summaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-28 17:59:50 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-28 17:59:50 +0200
commit535302b25eadf982b0c1572221bde7dee4ebe52a (patch)
tree3b27171a0163e451fdfcefc8ce57d71dcb25fb66 /apps/files/js
parent05dc265ea2f9efc7e1e81927e361895f93abb7cc (diff)
downloadnextcloud-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.js2
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);
- });
+ });
});
},