From: Marius Gavrilescu Date: Mon, 23 Feb 2015 13:48:08 +0000 (+0200) Subject: Also update themes.js with static.mindcoding.ro X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=761d945f99b44e6beb85669c08359b25f7707034;hp=-c;p=gruntmaster-page.git Also update themes.js with static.mindcoding.ro --- 761d945f99b44e6beb85669c08359b25f7707034 diff --git a/js/90-themes.js b/js/90-themes.js index 9bc3604..45bd63c 100644 --- a/js/90-themes.js +++ b/js/90-themes.js @@ -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')