Skip to content

Commit

Permalink
Travis stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottDowne committed Jul 4, 2018
1 parent aef8327 commit f90e0c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ let main = {
// petition elements
var petitionElements = Array.from(document.querySelectorAll(`.sign-petition`));
var subscribed = false;
if (window.location.search.indexOf("subscribed=1") !== -1) {

if (window.location.search.indexOf(`subscribed=1`) !== -1) {
subscribed = true;
}

Expand Down

0 comments on commit f90e0c0

Please sign in to comment.