diff options
Diffstat (limited to 'server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb index f80abacd882..51e1c98c663 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb @@ -14,9 +14,3 @@ <% end %> </div> - - -<% content_for :extra_script do %> - <script src="<%= ApplicationController.root_context -%>/js/bundles/system.js?v=<%= sonar_version -%>"></script> -<% end %> - |