diff --git a/app/assets/javascripts/projects/index.js b/app/assets/javascripts/projects/index.js index e238e5cd7..476bb1ed8 100644 --- a/app/assets/javascripts/projects/index.js +++ b/app/assets/javascripts/projects/index.js @@ -510,6 +510,9 @@ var ProjectsIndex = (function() { }, error: function() { viewContainer.html('Error loading project list'); + }, + complete: function() { + updateSelectAllCheckbox(); } }); }