summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-01-28 19:37:58 +0100
committerRobin Appelman <icewind@owncloud.com>2013-01-28 19:37:58 +0100
commit74f6f856289b62c69a1e12e9fc38cf6fd7b29680 (patch)
tree255d0437dd79840b9291e0d8874bd5b031fc89a3 /apps/files/templates
parent232cc3211b2b312d4e32e7d0fb482a2b7affe89a (diff)
parent06c1c35ac90f7920afa637ab0b628529b4135d40 (diff)
downloadnextcloud-server-74f6f856289b62c69a1e12e9fc38cf6fd7b29680.tar.gz
nextcloud-server-74f6f856289b62c69a1e12e9fc38cf6fd7b29680.zip
merge master into filesystem
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/part.list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php
index 1c683c11230..5c39dda85ff 100644
--- a/apps/files/templates/part.list.php
+++ b/apps/files/templates/part.list.php
@@ -1,4 +1,4 @@
-<script type="text/javascript" src="<?php echo OC_Helper::linkToRoute('publicListView');?>"></script>
+<input type="hidden" id="disableSharing" data-status="<?php echo $_['disableSharing']; ?>">
<?php foreach($_['files'] as $file):
$simple_file_size = OCP\simple_file_size($file['size']);