From 36c29d1d3f84f586ca2bcd0d421f030fcdfc79a0 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 8 Aug 2014 10:27:22 -0300 Subject: [PATCH] fix javascript --- theme.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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