]> iEval git - gruntmaster-page.git/blobdiff - js/90-themes.js
Merge branch 'master' into newmc
[gruntmaster-page.git] / js / 90-themes.js
index 3c5d5c57b5f82db72b7b5310ae10d8560dfaa164..b7d73221bc1a255a63c1f6570a0e1fd9ecc0d045 100644 (file)
@@ -1,7 +1,7 @@
 (function(){
        'use strict';
        function set_style(name){
-               $('#stylesheet').attr("href", "https://static.mindcoding.ro/css/" + name + ".css");
+               $('#stylesheet').attr("href", "https://static.mindcoding.ro/static/css/" + name + ".css");
                localStorage.setItem("theme", name);
                $(document).ready(function() {
                        if(name == 'slate' || name == 'cyborg')
This page took 0.024439 seconds and 4 git commands to generate.