Skip to content

Commit 690ac51

Browse files
committed
Firefox doesn't like dealing with mixed content...
1 parent a1b8540 commit 690ac51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)