Skip to content

Commit 6334442

Browse files
committed
Merge pull request #576 from Martii/browserCompatibilityFixEvent
Browser compatibility fix for Chromium/Chrome based browsers and Opera P... Auto-merge
2 parents 51a86eb + 6f7e96e commit 6334442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/includes/scripts/commentReplyScript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
var handler = fireIfElementVisible($('#show-reply-form-when-visible'), callback);
7474

7575
// jQuery
76-
$(window).on('focus resize scroll', handler);
76+
$(window).on('DOMContentLoaded load resize scroll', handler);
7777

7878
})();
7979
</script>

0 commit comments

Comments
 (0)