Fix 'Resume all' & 'Pause all' actions

This commit is contained in:
buinsky 2015-01-29 17:39:17 +03:00
parent 1d5e52fc55
commit 18b036545c

View file

@ -274,7 +274,7 @@ initializeWindows = function() {
}
};
['pause', 'resume', 'recheck'].each(function(item) {
['pauseAll', 'resumeAll', 'pause', 'resume', 'recheck'].each(function(item) {
addClickEvent(item, function(e) {
new Event(e).stop();
var h = myTable.selectedIds();