Commit 36c29d1d3f84f586ca2bcd0d421f030fcdfc79a0

Authored by Victor Costa
1 parent 6de2c619

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 2 // Run code
3 3  
4 4 $('.btn_control .logged-in #homepage-link').live('click', function(e){
... ... @@ -56,5 +56,4 @@
56 56 $("#control_panel_bar.menu_settings").toggleClass("show", 200);
57 57 });
58 58  
59   -
60   -})(jQuery);
  59 +});
... ...