X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-themes.js;h=9bc36047b545d8d781111259ca4e25bff45be3e2;hb=760348134595e67b49d9be7284ae9c74c1d2d9b5;hp=56138d36f94d7000c8cba5e6599d6e1f8c7e80d1;hpb=bb4163112cc0f65489594601f7743a6165892b97;p=gruntmaster-page.git diff --git a/js/90-themes.js b/js/90-themes.js index 56138d3..9bc3604 100644 --- a/js/90-themes.js +++ b/js/90-themes.js @@ -12,7 +12,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"); });