diff --git a/theme.js b/theme.js index e3e0c65..4f079c3 100644 --- a/theme.js +++ b/theme.js @@ -1,4 +1,4 @@ -(function($) { +jQuery(document).ready(function($) { // Run code $('.btn_control .logged-in #homepage-link').live('click', function(e){ @@ -56,5 +56,4 @@ $("#control_panel_bar.menu_settings").toggleClass("show", 200); }); - -})(jQuery); +}); -- libgit2 0.21.2