X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-themes.js;h=eb5987c76041a5d720bc9787302c3120122ccc42;hb=5fdcdc9177877f4b54260e4429e9998b6d9598b5;hp=5ec968a4552821ba55119ec759b007f5057d0826;hpb=392487d620d90bca05d8706930d567be9eefb16b;p=gruntmaster-page.git diff --git a/js/90-themes.js b/js/90-themes.js index 5ec968a..eb5987c 100644 --- a/js/90-themes.js +++ b/js/90-themes.js @@ -6,6 +6,7 @@ } $( document ).ready(function() { + $('#theme-selector').detach().prependTo($('#sidebar')); $('#theme_slate' ).on('click', function () { set_style("slate"); }); $('#theme_cerulean').on('click', function () { set_style("cerulean"); }); $('#theme_cyborg' ).on('click', function () { set_style("cyborg"); });