summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-05-30 16:28:20 +0200
committerLukas Reschke <lukas@statuscode.ch>2014-05-30 16:28:20 +0200
commit756b158230cde33dcafa9352009c528caf4cc226 (patch)
tree9f4fe5c6fc8ab54d917323dbe044e3970ef42bac /apps/files/templates
parent59b1f4c476f72f55585f74d261707e6a4a4bbfb9 (diff)
parentd6e1643a0e448c45f35311c3635125a2c0f39a45 (diff)
downloadnextcloud-server-756b158230cde33dcafa9352009c528caf4cc226.tar.gz
nextcloud-server-756b158230cde33dcafa9352009c528caf4cc226.zip
Merge pull request #8663 from owncloud/files-dndissue
Fixed drag and drop from external files, added tests
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 8cab4ce220b..b52effb1e78 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -2,7 +2,7 @@
<?php $_['appNavigation']->printPage(); ?>
<div id="app-content">
<?php foreach ($_['appContents'] as $content) { ?>
- <div id="app-content-<?php p($content['id']) ?>" class="hidden">
+ <div id="app-content-<?php p($content['id']) ?>" class="hidden viewcontainer">
<?php print_unescaped($content['content']) ?>
</div>
<?php } ?>