- Addresses issues identified during code review
This commit is contained in:
@ -37,7 +37,7 @@ define(
|
||||
}
|
||||
},
|
||||
controlCron: function(action) {
|
||||
if (jQuery('.button-primary').hasClass('disabled')) {
|
||||
if(jQuery('.button-primary').hasClass('disabled')) {
|
||||
return;
|
||||
}
|
||||
jQuery('.button-primary')
|
||||
|
Reference in New Issue
Block a user