[Pkg-owncloud-commits] [owncloud] 48/55: fix variable name
David Prévot
taffit at moszumanska.debian.org
Wed Apr 23 19:52:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v5.0.16RC1
in repository owncloud.
commit 00193c62c5e905b7662db14a5ed1a96c0490a671
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Tue Apr 22 14:18:01 2014 +0200
fix variable name
---
apps/files_trashbin/js/trash.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_trashbin/js/trash.js b/apps/files_trashbin/js/trash.js
index fd395fd..d1b6350 100644
--- a/apps/files_trashbin/js/trash.js
+++ b/apps/files_trashbin/js/trash.js
@@ -100,7 +100,7 @@ $(document).ready(function() {
var dirlisting=getSelectedFiles('dirlisting')[0];
for (var i=0; i<files.length; i++) {
- var undeleteAction = $FileList.findFileEl(files[i]).children("td.date");
+ var undeleteAction = FileList.findFileEl(files[i]).children("td.date");
undeleteAction[0].innerHTML = undeleteAction[0].innerHTML+spinner;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list