summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-12-04 15:28:20 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-12-04 15:28:34 +0100
commitd8b058490fd1e9b68271959e7f1653abd63fc77b (patch)
tree45751d1e6d7e6051f5440e50653b0c43b34badf4
parent39903717d96385b7a16e1fd945c4d7d2f9370ed7 (diff)
downloadsonarqube-d8b058490fd1e9b68271959e7f1653abd63fc77b.tar.gz
sonarqube-d8b058490fd1e9b68271959e7f1653abd63fc77b.zip
Fix measure filter as a list
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb
index 548b56c239b..1c0058c3e4b 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb
+++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb
@@ -219,7 +219,7 @@
</tbody>
<% if widget_id %>
<%= table_pagination(filter.pagination, :colspan => colspan, :id => "measure_filter_foot#{widget_id}", :include_loading_icon => true) { |label, page_id|
- link_to_function label, "refreshList#{widget_id}('#{filter.criteria[:sort]}', #{filter.criteria[:asc]}, '#{escape_javascript(page_id)}')"
+ link_to_function label, "refreshList#{widget_id}('#{filter.criteria[:sort]}', #{filter.criteria[:asc]}, '#{page_id}')"
} -%>
<% else %>
<%= table_pagination(filter.pagination, :colspan => colspan, :id => "measure_filter_foot#{widget_id}", :include_loading_icon => true) { |label, page_id|