Skip to content

Commit 4b60281

Browse files
committed
Bug 1237185 - fix broken js in old ui
1 parent 9e478dd commit 4b60281

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

extensions/BMO/web/js/edit_bug.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@ YAHOO.util.Event.onDOMReady(function() {
4444
if (new_comment)
4545
new_comment.style.width = comment_width;
4646
}
47-
});
48-
49-
$(function() {
5047
$('#cab-review-gate-close')
5148
.click(function(event) {
5249
event.preventDefault();
5350
$('#cab-review-gate').hide();
5451
$('#cab-review-edit').show();
5552
});
56-
})(jQuery);
53+
});

0 commit comments

Comments
 (0)