X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-custom.js;h=750aaa101822763bfb7171b430d375e4089640f0;hb=f06ba039d6685a04782dad33e2772ea004b863d3;hp=3759c1b4cfdb14fb75a74426e94ad4b981eaaa91;hpb=3a70241ac427b9b568629f1068c95538e36ffd2e;p=plack-app-gruntmaster.git diff --git a/js/90-custom.js b/js/90-custom.js index 3759c1b..750aaa1 100644 --- a/js/90-custom.js +++ b/js/90-custom.js @@ -1,7 +1,7 @@ (function(){ 'use strict'; function set_style(name){ - $('#stylesheet').attr("href", "/css/" + name); + $('#stylesheet').attr("href", "/css/" + name + ".css"); localStorage.setItem("theme", name); }