summaryrefslogtreecommitdiffstats
path: root/loleaflet/html/load.doc.html
diff options
context:
space:
mode:
Diffstat (limited to 'loleaflet/html/load.doc.html')
-rw-r--r--loleaflet/html/load.doc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/html/load.doc.html b/loleaflet/html/load.doc.html
index 84b0d90d60..d6ca007e02 100644
--- a/loleaflet/html/load.doc.html
+++ b/loleaflet/html/load.doc.html
@@ -44,7 +44,7 @@
}
function submitform() {
- var path = window.location.pathname.substr(0, window.location.pathname.lastIndexOf('/') + 1) + 'loleaflet.html';
+ var path = window.location.pathname.substr(0, window.location.pathname.lastIndexOf('/') + 1) + 'cool.html';
var query = '?access_token=' + document.getElementById("access_token").value;
query += '&file_path=' + document.getElementById("file_path").value;
query += '&NotWOPIButIframe=true';