summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filesummary.js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-28 16:51:57 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-28 16:51:57 +0200
commitbf61d841a2b3305bc51de6109917725466239061 (patch)
treed9ddfa4e1989565767d210554b5d20f1877bf4f3 /apps/files/js/filesummary.js
parentf99f451026ea289b6693e965ea8a3e15e6fe457a (diff)
downloadnextcloud-server-bf61d841a2b3305bc51de6109917725466239061.tar.gz
nextcloud-server-bf61d841a2b3305bc51de6109917725466239061.zip
typos, naming, remove unused code, identation
Diffstat (limited to 'apps/files/js/filesummary.js')
-rw-r--r--apps/files/js/filesummary.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/js/filesummary.js b/apps/files/js/filesummary.js
index b3e3beeb24a..b5130247cc9 100644
--- a/apps/files/js/filesummary.js
+++ b/apps/files/js/filesummary.js
@@ -167,7 +167,6 @@
var summary = this.summary;
var directoryInfo = n('files', '%n folder', '%n folders', summary.totalDirs);
var fileInfo = n('files', '%n file', '%n files', summary.totalFiles);
- var fileSize;
var infoVars = {
dirs: '<span class="dirinfo">'+directoryInfo+'</span><span class="connector">',