Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/js/diagramly/App.js')
-rw-r--r--src/main/webapp/js/diagramly/App.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/js/diagramly/App.js b/src/main/webapp/js/diagramly/App.js
index 348feca3..25836f4e 100644
--- a/src/main/webapp/js/diagramly/App.js
+++ b/src/main/webapp/js/diagramly/App.js
@@ -3394,9 +3394,9 @@ App.prototype.start = function()
this.loadTemplate(value, function(text)
{
showCreateDialog(text);
- }, mxUtils.bind(this, function()
+ }, mxUtils.bind(this, function(e)
{
- this.handleError(null, mxResources.get('errorLoadingFile'), reconnect);
+ this.handleError(e, mxResources.get('errorLoadingFile'), reconnect);
}));
}
}