]> iEval git - gruntmaster-page.git/blobdiff - js/90-themes.js
Move theme selector to sidebar
[gruntmaster-page.git] / js / 90-themes.js
index 5ec968a4552821ba55119ec759b007f5057d0826..eb5987c76041a5d720bc9787302c3120122ccc42 100644 (file)
@@ -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"); });
This page took 0.014908 seconds and 4 git commands to generate.