diff options
author | Remco Brenninkmeijer <requist1@starmail.nl> | 2014-07-17 13:05:58 +0200 |
---|---|---|
committer | Remco Brenninkmeijer <requist1@starmail.nl> | 2014-07-17 13:05:58 +0200 |
commit | 4f747aaa7adc7739b17f20e962dc434ec239341e (patch) | |
tree | f23f3cba292152b8ee5bb9ffb4331677aa90a513 /apps/files/js | |
parent | 616c5b26815009a7ef47f0c76fedc6a3fc8cc618 (diff) | |
download | nextcloud-server-4f747aaa7adc7739b17f20e962dc434ec239341e.tar.gz nextcloud-server-4f747aaa7adc7739b17f20e962dc434ec239341e.zip |
While busy cleaning, also removed extra enters
Diffstat (limited to 'apps/files/js')
-rw-r--r-- | apps/files/js/filelist.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index a001475d1fd..5726dd1b294 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -932,7 +932,6 @@ .addClass(direction === 'desc' ? this.SORT_INDICATOR_DESC_CLASS : this.SORT_INDICATOR_ASC_CLASS); }, - /** * Reloads the file list using ajax call * |