From: Julien Lancelot Date: Thu, 12 Sep 2013 10:51:35 +0000 (+0200) Subject: Update onBulkIssues() calls by removing useless parameters X-Git-Tag: 4.0~451 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8513eb10cbf7fb5c0ac7da63a9907f06299a2f2f;p=sonarqube.git Update onBulkIssues() calls by removing useless parameters --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/no_dashboard.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/no_dashboard.html.erb index 06013f03d41..25153f95711 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/no_dashboard.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/no_dashboard.html.erb @@ -20,7 +20,7 @@ }); // refresh page after issues bulk change - function onBulkIssues(issues_query_params){ + function onBulkIssues(){ window.location.reload(); } diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/search.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/search.html.erb index 18b1d26fc11..c3b78d90b63 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/search.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/search.html.erb @@ -11,7 +11,7 @@ \ No newline at end of file + diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb index 663eb895e8d..29513590ee8 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb @@ -10,7 +10,7 @@ }); // refresh page after issues bulk change - function onBulkIssues(issues_query_params){ + function onBulkIssues(){ window.location.reload(); }