mirror of
https://github.com/node-red/node-red
synced 2024-11-21 23:48:30 +00:00
Sanitize branch name before displaying in notification message
This commit is contained in:
parent
735de2908a
commit
a2878fa066
@ -231,7 +231,7 @@ var RED = (function() {
|
||||
"merge-complete": RED._("notification.project.merge-complete")
|
||||
}[msg.action];
|
||||
loader.end()
|
||||
RED.notify("<p>"+message+"</p>");
|
||||
RED.notify($("<p>").text(message));
|
||||
RED.sidebar.info.refresh()
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user