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:
authorVicDeo <dubiniuk@owncloud.com>2014-10-08 21:28:59 +0400
committerVicDeo <dubiniuk@owncloud.com>2014-10-08 21:28:59 +0400
commit0e8edfbf33a481dcc77064972ef93254068ee977 (patch)
treeaf6b969ed54d840949448fde0093b926c12e9d9e /templates
parent9271aa08d0926e2449c41963b46f1c9202127428 (diff)
Revert "Fix stylesheets loading in pipeline mode. Ref #348"
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/documents.php1
-rw-r--r--templates/public.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/documents.php b/templates/documents.php
index 92a567b2..11bca4ce 100755
--- a/templates/documents.php
+++ b/templates/documents.php
@@ -36,4 +36,3 @@
</div>
<input type="hidden" id="webodf-unstable" value="<?php p($_['useUnstable']) ?>" />
<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="<?php p($_['allowShareWithLink']) ?>" />
-<input type="hidden" id="isPipelined" value="<?php p($_['isPipelined']) ?>" />
diff --git a/templates/public.php b/templates/public.php
index e30e750c..6f018e88 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -21,4 +21,3 @@
<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