mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 11:11:04 +01:00
fix lint
This commit is contained in:
@@ -136,7 +136,7 @@ define('taskbar', function () {
|
|||||||
$(window).trigger('action:taskbar.pushed', data);
|
$(window).trigger('action:taskbar.pushed', data);
|
||||||
}
|
}
|
||||||
|
|
||||||
taskbar.updateTitle = function(module, uuid, newTitle) {
|
taskbar.updateTitle = function (module, uuid, newTitle) {
|
||||||
taskbar.tasklist.find('[data-module="' + module + '"][data-uuid="' + uuid + '"] [component="taskbar/title"]').text(newTitle);
|
taskbar.tasklist.find('[data-module="' + module + '"][data-uuid="' + uuid + '"] [component="taskbar/title"]').text(newTitle);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user