Skip to content

Commit

Permalink
Merge pull request #576 from Martii/browserCompatibilityFixEvent
Browse files Browse the repository at this point in the history
Browser compatibility fix for Chromium/Chrome based browsers and Opera P...

Auto-merge
  • Loading branch information
Martii committed Feb 8, 2015
2 parents 51a86eb + 6f7e96e commit 6334442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/includes/scripts/commentReplyScript.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
var handler = fireIfElementVisible($('#show-reply-form-when-visible'), callback);

// jQuery
$(window).on('focus resize scroll', handler);
$(window).on('DOMContentLoaded load resize scroll', handler);

})();
</script>

0 comments on commit 6334442

Please sign in to comment.