summaryrefslogtreecommitdiffstats
path: root/loleaflet/html/multidocs.html
diff options
context:
space:
mode:
Diffstat (limited to 'loleaflet/html/multidocs.html')
-rw-r--r--loleaflet/html/multidocs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/loleaflet/html/multidocs.html b/loleaflet/html/multidocs.html
index 93a38d9afc..b73de19e58 100644
--- a/loleaflet/html/multidocs.html
+++ b/loleaflet/html/multidocs.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
-<!-- Proof of concept of running multiple instance of loleaflet.html
+<!-- Proof of concept of running multiple instance of cool.html
at the same time (each one in a different iframe).
To open the first document add the path into the input and click
@@ -192,7 +192,7 @@
query += 'file_path=file://' + path;
query += '&NotWOPIButIframe=true';
- var editorPath = window.location.pathname.substr(0, window.location.pathname.lastIndexOf('/') + 1) + 'loleaflet.html';
+ var editorPath = window.location.pathname.substr(0, window.location.pathname.lastIndexOf('/') + 1) + 'cool.html';
var src = window.location.protocol + '//' + window.location.host + editorPath + query;
return src;