Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tesu committed Jul 18, 2015
1 parent ab47664 commit 042199c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greentext.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function onModification(event) {
searcher(event.relatedNode);
}

greentextRegex = /^\s*(?:>|&gt;)(?:[^<.>]|>+[^>]+)/i;
var greentextRegex = /^\s*(?:>|&gt;)(?:[^<.>]|>+[^>]+)/i;

window.addEventListener('load', function() {
searcher(document);
Expand Down

0 comments on commit 042199c

Please sign in to comment.