mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
forgot to return
This commit is contained in:
@@ -30,7 +30,7 @@ define('taskbar', function() {
|
||||
module.minimize(uuid);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
return false;
|
||||
});
|
||||
});
|
||||
@@ -105,4 +105,6 @@ define('taskbar', function() {
|
||||
function minimizeAll() {
|
||||
taskbar.tasklist.find('.active').removeClass('active');
|
||||
}
|
||||
|
||||
return taskbar;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user