diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-28 17:59:50 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-28 17:59:50 +0200 |
commit | 535302b25eadf982b0c1572221bde7dee4ebe52a (patch) | |
tree | 3b27171a0163e451fdfcefc8ce57d71dcb25fb66 /apps/files/js | |
parent | 05dc265ea2f9efc7e1e81927e361895f93abb7cc (diff) | |
download | nextcloud-server-535302b25eadf982b0c1572221bde7dee4ebe52a.tar.gz nextcloud-server-535302b25eadf982b0c1572221bde7dee4ebe52a.zip |
typos, indentation and remove of unused code
Diffstat (limited to 'apps/files/js')
-rw-r--r-- | apps/files/js/filelist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 04c5a8ff282..11d33543424 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -976,7 +976,7 @@ window.FileList = { OC.dialogs.alert(t('files', 'Error moving file'), t('files', 'Error')); } $td.css('background-image', oldBackgroundImage); - }); + }); }); }, |