We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a3443 commit a254350Copy full SHA for a254350
app/javascript/oldjs/miq_application.js
@@ -385,7 +385,7 @@ window.miqSetToolbarCount = function(count) {
385
window.miqSetButtons = function(count, button_div) {
386
if (button_div.match('_tb$') && count === 0) {
387
// FIXME: this should be happening regardless of `count === 0`
388
- // ..but that needs more refactoring around miqUpdateAllCheckboxes, miqUpdateButtons, etc.
+ // ..but that needs more refactoring around miqUpdateButtons, etc.
389
miqSetToolbarCount(count);
390
return;
391
}
0 commit comments