Skip to content

Commit 7188a77

Browse files
committed
Issues-511:Reply placement (fixed missing ';')
1 parent 898277d commit 7188a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vanilla/js/global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ jQuery(document).ready(function($) {
746746
.exec(url);
747747

748748
return (results !== null) ? results[1] || 0 : false;
749-
}
749+
};
750750

751751
// Fill in placeholders.
752752
if (!gdn.elementSupports('input', 'placeholder')) {

0 commit comments

Comments
 (0)