[Pkg-owncloud-commits] [owncloud] 24/55: Fix "restore all selected files"

David Prévot taffit at moszumanska.debian.org
Wed Apr 23 19:51:59 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 1afbea1b681ff07bffaecdac17c6f9830a497d0e
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Mon Mar 17 12:29:10 2014 +0100

    Fix "restore all selected files"
    
    It seems that a typo sneaked in during a backport.
    
    This fixes the case when selecting files in the trashbin and clicking
    "Restore" on the tool bar to restore them all.
---
 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