diff options
Diffstat (limited to 'server/sonar-web/src/main/webapp/WEB-INF/app/views/setup/index.html.erb')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/setup/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/setup/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/setup/index.html.erb index a06263ce445..2d20d38d06f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/setup/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/setup/index.html.erb @@ -2,6 +2,6 @@ <script> window.sonarqube.setup = true; </script> - <script src="<%= ApplicationController.root_context -%>/js/bundles/maintenance.js?v=<%= sonar_version -%>"></script> + <script src="/js/bundles/maintenance.js?v=<%= sonar_version -%>"></script> <% end %> |