File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ <h4 class="modal-title">Please wait!</h4>
444444 } else {
445445 myparams . subjecttype = "legsubject" ;
446446 }
447- var subjectsearchstem = "http ://fetch-bill-statuses.appspot.com/subjectsearch"
447+ var subjectsearchstem = "https ://fetch-bill-statuses.appspot.com/subjectsearch"
448448 $ . getJSON ( subjectsearchstem , myparams )
449449 . done ( function ( data ) {
450450 $ ( '#please-wait' ) . modal ( 'hide' ) ;
@@ -542,7 +542,7 @@ <h4 class="modal-title">Please wait!</h4>
542542 var myparams = { } ;
543543 if ( congress != "all" ) { myparams . congress = congress }
544544 myparams . member = member
545- var membersearchstem = "http ://fetch-bill-statuses.appspot.com/membersearch"
545+ var membersearchstem = "https ://fetch-bill-statuses.appspot.com/membersearch"
546546 $ . getJSON ( membersearchstem , myparams )
547547 . done ( function ( data ) {
548548 $ ( '#please-wait' ) . modal ( 'hide' ) ;
You can’t perform that action at this time.
0 commit comments