Add tooltips to debug elements

This commit is contained in:
Nick O'Leary
2018-10-05 17:56:42 +01:00
parent 22ede79799
commit 1161e4f6c1
4 changed files with 27 additions and 10 deletions

View File

@@ -217,6 +217,9 @@
subWindow.postMessage({event:"workspaceChange",activeWorkspace:RED.workspaces.active()},"*");
};
});
RED.popover.tooltip($("#debug-tab-open"),RED._('node-red:debug.sidebar.openWindow'));
$(window).unload(function() {
if (subWindow) {

View File

@@ -221,6 +221,9 @@ RED.debug = (function() {
e.preventDefault();
clearMessageList(false);
});
RED.popover.tooltip(toolbar.find("#debug-tab-clear"),RED._('node-red:debug.sidebar.clearLog'));
return {
content: content,