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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2018-01-31 15:25:33 +0300
committerAndras Timar <andras.timar@collabora.com>2018-01-31 15:25:33 +0300
commita08c0b7a5e0478e4b0e68694ca7d73f23a954e33 (patch)
tree1df18bc232828df242ea54097f4fb7acaf939c45 /templates/documents.php
parentfec3a739436afb8bae63f69360eb8da304423d05 (diff)
Add support for adding canonical webroot (#157)
See https://github.com/owncloud/richdocuments/commit/cc42c7f46c273f74c24e27c8fb17be73245538a6 for details
Diffstat (limited to 'templates/documents.php')
-rw-r--r--templates/documents.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/documents.php b/templates/documents.php
index 528a1505..b34479e5 100644
--- a/templates/documents.php
+++ b/templates/documents.php
@@ -6,6 +6,7 @@
var richdocuments_urlsrc = '<?php p($_['urlsrc']) ?>';
var richdocuments_path = '<?php p($_['path']) ?>';
var instanceId = '<?php p($_['instanceId']) ?>';
+ var richdocuments_canonical_webroot = '<?php p($_['canonical_webroot']) ?>';
</script>
<?php