diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-07-29 17:15:20 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-07-29 17:15:20 +0200 |
commit | 4a9f5f64dabb47163d934324bfeee595d8a51789 (patch) | |
tree | 2ecd87d6f9456a0c91ef640df1452bdbc50d1320 /apps | |
parent | 0a9bb8ba73f80fd63592d994c837345698131e9b (diff) | |
download | nextcloud-server-4a9f5f64dabb47163d934324bfeee595d8a51789.tar.gz nextcloud-server-4a9f5f64dabb47163d934324bfeee595d8a51789.zip |
remove whitespaces
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/js/files.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 55280edde42..3fad3fae7d3 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -124,7 +124,7 @@ $(document).ready(function() { $('#trash').on('click', function() { window.location=OC.filePath('files_trashbin', '', 'index.php'); }); - + var lastChecked; // Sets the file link behaviour : |