mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fixes #10
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
RED.view.redraw();
|
||||
} else {
|
||||
if (resp) {
|
||||
RED.notify("<strong>Error</strong>: unexpected response : "+resp,"error");
|
||||
RED.notify("<strong>Error</strong>: unexpected response: "+resp,"error");
|
||||
} else {
|
||||
RED.notify("<strong>Error</strong>: no response from server","error");
|
||||
}
|
||||
|
Reference in New Issue
Block a user