From eb8c1f8c3f58996c07f422490953cb8c040a4ed8 Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Tue, 20 Jan 2015 08:54:05 -0200 Subject: [PATCH] fix contrast --- theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.js b/theme.js index 7bc079a..1e7445d 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,7 +49,7 @@ function alignBlocks(containerIndex){ // $('#block-48500 > .block-inner-1 > .block-inner-2').append('
'); -})(jQuery); +}); // Aplicar class para fixar o menu #user ao topo jQuery("document").ready(function($){ -- libgit2 0.21.2