aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xthemes/baggy/js/init.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/baggy/js/init.js b/themes/baggy/js/init.js
index e30a96a6..542f1d43 100755
--- a/themes/baggy/js/init.js
+++ b/themes/baggy/js/init.js
@@ -9,9 +9,9 @@ $.fn.ready(function() {
9 9
10 $("#menu").click(function(){ 10 $("#menu").click(function(){
11 $("#links").toggle(); 11 $("#links").toggle();
12 if ($('#content').hasClass('opacity03')) { 12 if ($('#content').hasClass('opacity03')) {
13 $('#content').removeClass('opacity03'); 13 $('#content').removeClass('opacity03');
14 } 14 }
15 }); 15 });
16 16
17 /* ========================================================================== 17 /* ==========================================================================