From 51f4852726fd6478a2f86744585da5c7de32f54d Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 19 Jan 2015 17:53:28 -0300 Subject: [PATCH] Fix theme.js --- theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.js b/theme.js index 7fa1102..83f0916 100644 --- a/theme.js +++ b/theme.js @@ -22,7 +22,7 @@ function alignBlocks(containerIndex){ } } -(function($) { +jQuery( document ).ready(function( $ ) { // Run code if($.cookie("high_contrast") === 'true'){ $( "body" ).toggleClass( "contraste" ); @@ -49,4 +49,4 @@ function alignBlocks(containerIndex){ $('#block-48500 > .block-inner-1 > .block-inner-2').append('
'); -})(jQuery); +}); -- libgit2 0.21.2