Add cosmo theme and set it as default
[mindcoding-template-patches.git] / js / scripts.js
index c7f0025400b482b23aa190884509bbeb0322928b..9e4f7700dc800e773e639a84d4efe7dc50c3a598 100644 (file)
@@ -25,6 +25,7 @@ $( document ).ready(function() {
        $('#theme_slate'   ).on('click', function () { set_style("slate"); });
        $('#theme_cerulean').on('click', function () { set_style("cerulean"); });
        $('#theme_cyborg'  ).on('click', function () { set_style("cyborg"); });
+       $('#theme_cosmo'   ).on('click', function () { set_style("cosmo"); });
 });
 
 if(localStorage.getItem("theme"))
This page took 0.009684 seconds and 4 git commands to generate.