]> iEval git - gruntmaster-page.git/blobdiff - js/90-themes.js
Hide tracker when not tracking
[gruntmaster-page.git] / js / 90-themes.js
index 74506c83b98ba7e951d92a5749955c4f1a3d1ec5..eb5987c76041a5d720bc9787302c3120122ccc42 100644 (file)
@@ -6,7 +6,7 @@
        }
 
        $( document ).ready(function() {
-               $('#theme-selector').removeClass('hidden');
+               $('#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.022067 seconds and 4 git commands to generate.