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