Skip to content

Commit 961920a

Browse files
committed
fix problem of jQuery global variable lost after the plugin is installed
1 parent 3d99bf6 commit 961920a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_comments/htdocs/code-comments.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,4 @@ var underscore = _.noConflict();
376376
if (subscriptionView.el) {
377377
subscription.fetch();
378378
}
379-
}); }( jQuery.noConflict( true ) ) );
379+
}); }( jQuery.noConflict() ) );

0 commit comments

Comments
 (0)