X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-themes.js;h=5ec968a4552821ba55119ec759b007f5057d0826;hb=e6d1bcd4c0c019a9b0c120370e801d5247221c36;hp=74506c83b98ba7e951d92a5749955c4f1a3d1ec5;hpb=bcf95b418334059308214ea1c1546536c2ebf545;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"); });