]> iEval git - gruntmaster-page.git/commitdiff
Also update themes.js with static.mindcoding.ro
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 23 Feb 2015 13:48:08 +0000 (15:48 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 23 Feb 2015 13:48:08 +0000 (15:48 +0200)
js/90-themes.js

index 9bc36047b545d8d781111259ca4e25bff45be3e2..45bd63cfa8ed4db05e333c81391858e986f613ad 100644 (file)
@@ -1,7 +1,7 @@
 (function(){
        'use strict';
        function set_style(name){
-               $('#stylesheet').attr("href", "/css/" + name + ".css");
+               $('#stylesheet').attr("href", "https://static.mindcoding.ro/css/" + name + ".css");
                localStorage.setItem("theme", name);
                $(document).ready(function() {
                        if(name == 'slate' || name == 'cyborg')
This page took 0.028498 seconds and 4 git commands to generate.