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