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:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-09-30 02:20:03 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-09-30 02:20:03 +0400
commit1a4a051404d908590ddd097a66d62429d5b58d10 (patch)
tree708c50f94d718354d95108c82bb88be8d0f235c1 /templates/public.php
parentf1dfe2fdf7d7f25c67303948ab45c4ccadfbe535 (diff)
Fix stylesheets loading in pipeline mode. Ref #348
Diffstat (limited to 'templates/public.php')
-rw-r--r--templates/public.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/public.php b/templates/public.php
index 6f018e88..e30e750c 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -21,3 +21,4 @@
<div class="warning"><?php p($l->t('This link has been expired or is never existed. Please contact the person who shared it with you for details.')) ?></div>
<?php endif; ?>
</div>
+<input type="hidden" id="isPipelined" value="<?php p($_['isPipelined']) ?>" /> \ No newline at end of file