diff options
Diffstat (limited to 'server/sonar-web/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb index 403d4baf226..e69de29bb2d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb @@ -1,7 +0,0 @@ -<% content_for :extra_script do %> - <script> - window.sonarqube.urlRoot = window.baseUrl + '/updatecenter'; - </script> - <script src="<%= ApplicationController.root_context -%>/js/bundles/update-center.js?v=<%= sonar_version -%>"></script> -<% end %> - |