removed jQuery from iife, the $ is global

v1.18.x
akhoury 11 years ago
parent d9eefd667c
commit 04ea573caa

@ -1,4 +1,4 @@
(function($) {
(function() {
socket.emit('api:updateHeader', {
fields: ['username', 'picture', 'userslug']
@ -270,4 +270,4 @@
require(['mobileMenu'], function(mobileMenu) {
mobileMenu.init();
});
}(jQuery));
}());

Loading…
Cancel
Save