diff --git a/js/ui/main.js b/js/ui/main.js index 253e8a7e0..be92604e9 100644 --- a/js/ui/main.js +++ b/js/ui/main.js @@ -485,7 +485,7 @@ function _queueBeforeRedraw(workId) { Meta.later_add(Meta.LaterType.BEFORE_REDRAW, function () { _runBeforeRedrawQueue(); return false; - }, null); + }); } }