Skip to content

Commit

Permalink
remove trailing WS
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Jul 14, 2016
1 parent 573d773 commit c8f6d65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions html/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function setup_debug_mode(){
sS.setItem('commit', commit);
console.info("wiping cache");
}

if ( ! sS.getItem(commit+window.location.pathname) ) {
sS.setItem(commit+window.location.pathname, "seen");
console.info("checking for dead links");
Expand All @@ -135,7 +135,6 @@ function setup_debug_mode(){
}
});


seen_link.forEach( function(url) {
var request = new XMLHttpRequest();

Expand Down

0 comments on commit c8f6d65

Please sign in to comment.