fix change theme
parent
de6f60b52e
commit
4831b9f5d7
|
@ -28,7 +28,7 @@ class ThemeService extends taiga.Service = ->
|
|||
stylesheetEl = $("<link rel='stylesheet' href='' type='text/css'>")
|
||||
$("head").append(stylesheetEl)
|
||||
|
||||
stylesheetEl.attr("href", "/styles/theme-#{themeName}.css")
|
||||
stylesheetEl.attr("href", "/#{window._version}/styles/theme-#{themeName}.css")
|
||||
|
||||
|
||||
angular.module("taigaCommon").service("tgThemeService", ThemeService)
|
||||
|
|
Loading…
Reference in New Issue