diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-28 17:39:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-28 17:39:02 +0200 |
commit | e055a411ea4b2a32dcf20c910d332867dc91f516 (patch) | |
tree | b2cc655c7f5277e23386d88ae80af6b6c948c84f /apps/files/templates/index.php | |
parent | be6431bab05265835df79ec1245ccd7df900cca7 (diff) | |
parent | bf61d841a2b3305bc51de6109917725466239061 (diff) | |
download | nextcloud-server-e055a411ea4b2a32dcf20c910d332867dc91f516.tar.gz nextcloud-server-e055a411ea4b2a32dcf20c910d332867dc91f516.zip |
Merge pull request #7167 from owncloud/files-ajaxload-infscroll
Infinite scrolling for files app
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index a8437835d95..42263c880a7 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -91,6 +91,8 @@ </thead> <tbody id="fileList"> </tbody> + <tfoot> + </tfoot> </table> <div id="editor"></div><!-- FIXME Do not use this div in your app! It is deprecated and will be removed in the future! --> <div id="uploadsize-message" title="<?php p($l->t('Upload too large'))?>"> |