summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb3
-rw-r--r--sonar-server/wro.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb
index 786cd9b71ec..9a8ffb17f80 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb
@@ -36,6 +36,9 @@
<%= stylesheet_link_tag 'select-list', :media => 'all' %>
<%= stylesheet_link_tag 'navigator', :media => 'all' %>
<%= yield :style -%>
+ <%= javascript_include_tag 'third-party/prototype' %>
+ <%= javascript_include_tag 'third-party/scriptaculous' %>
+ <%= javascript_include_tag 'third-party/tablekit' %>
<%= javascript_include_tag 'third-party/jquery.min' %>
<%= javascript_include_tag 'third-party/jquery-ui.min' %>
<%= javascript_include_tag 'third-party/jquery-ui.tabs' %>
diff --git a/sonar-server/wro.xml b/sonar-server/wro.xml
index 643f34e5f06..ee181e082ca 100644
--- a/sonar-server/wro.xml
+++ b/sonar-server/wro.xml
@@ -16,6 +16,9 @@
<css>/stylesheets/select-list.css</css>
<css>/stylesheets/navigator.css</css>
+ <js>/javascripts/third-party/prototype.js</js>
+ <js>/javascripts/third-party/scriptaculous.js</js>
+ <js>/javascripts/third-party/tablekit.js</js>
<js>/javascripts/third-party/jquery.min.js</js>
<js>/javascripts/third-party/jquery-ui.min.js</js>
<js>/javascripts/third-party/jquery-ui.tabs.js</js>