Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Oct 23, 2017
1 parent 9ec167e commit ac185cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fire/fire.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@

if (urlOnReportLink)
reportedUrl = reportLink[0].href.split('url=').pop();
else if(reportLink.nextAll('a')[0])
else if (reportLink.nextAll('a')[0])
reportedUrl = reportLink.nextAll('a')[0].href.replace(/https?:/, '');
else
return;
Expand Down

0 comments on commit ac185cc

Please sign in to comment.