diff --git a/app/modules/services/theme.service.coffee b/app/modules/services/theme.service.coffee index 205a396d..ae4c7b17 100644 --- a/app/modules/services/theme.service.coffee +++ b/app/modules/services/theme.service.coffee @@ -28,7 +28,7 @@ class ThemeService extends taiga.Service = -> stylesheetEl = $("") $("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)