X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-themes.js;fp=js%2F90-themes.js;h=5ec968a4552821ba55119ec759b007f5057d0826;hb=2d5a49fc7d61e2a7353ece540c3f12f2f08a0ba0;hp=74506c83b98ba7e951d92a5749955c4f1a3d1ec5;hpb=28ec8060441f56601f8cb167fafd32fdfb3c1a8a;p=gruntmaster-page.git diff --git a/js/90-themes.js b/js/90-themes.js index 74506c8..5ec968a 100644 --- a/js/90-themes.js +++ b/js/90-themes.js @@ -6,7 +6,6 @@ } $( document ).ready(function() { - $('#theme-selector').removeClass('hidden'); $('#theme_slate' ).on('click', function () { set_style("slate"); }); $('#theme_cerulean').on('click', function () { set_style("cerulean"); }); $('#theme_cyborg' ).on('click', function () { set_style("cyborg"); });