Commit 36c29d1d3f84f586ca2bcd0d421f030fcdfc79a0
1 parent
6de2c619
Exists in
master
and in
3 other branches
fix javascript
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
theme.js
1 | -(function($) { | 1 | +jQuery(document).ready(function($) { |
2 | // Run code | 2 | // Run code |
3 | 3 | ||
4 | $('.btn_control .logged-in #homepage-link').live('click', function(e){ | 4 | $('.btn_control .logged-in #homepage-link').live('click', function(e){ |
@@ -56,5 +56,4 @@ | @@ -56,5 +56,4 @@ | ||
56 | $("#control_panel_bar.menu_settings").toggleClass("show", 200); | 56 | $("#control_panel_bar.menu_settings").toggleClass("show", 200); |
57 | }); | 57 | }); |
58 | 58 | ||
59 | - | ||
60 | -})(jQuery); | 59 | +}); |