summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb
index 0eace53985e..71f8d5cc7c3 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb
@@ -84,7 +84,7 @@
<script>
function checkBeforeDeleting() {
var resource_selected = false;
- $$("#resources-to-delete input[type='checkbox']").each(function(input) {
+ $j("#resources-to-delete input[type='checkbox']").each(function(index,input) {
if (input.checked) resource_selected = true;
});
if (!resource_selected) {