X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2Fscripts.js;fp=js%2Fscripts.js;h=9e4f7700dc800e773e639a84d4efe7dc50c3a598;hb=88da92e702d2f02d56047f54b5dbcb025d49b1f9;hp=c7f0025400b482b23aa190884509bbeb0322928b;hpb=b78f93c9ca9f61f24ea5188afee0e61283b94600;p=mindcoding-template-patches.git diff --git a/js/scripts.js b/js/scripts.js index c7f0025..9e4f770 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -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"))