mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update node-red-nodes - clean up lint issues (mainly unused funcs and vars)
This commit is contained in:
@@ -153,7 +153,7 @@ voltage ten times in rapid succession for each input message and output the mean
|
||||
// Handle resizing the Input Scaling div when the dialog is resized - this isn't quite right!
|
||||
function switchDialogResize(ev, ui) {
|
||||
$("#node-input-breakpoint-container-div").css("height", (ui.size.height - 299) + "px");
|
||||
};
|
||||
}
|
||||
|
||||
$("#dialog").on("dialogresize", switchDialogResize);
|
||||
$("#dialog").one("dialogopen", function (ev) {
|
||||
|
Reference in New Issue
Block a user