diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-26 16:58:46 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-26 16:59:16 +0200 |
commit | 633d7826c9577ff687eae33d208f9f5faa9aa1b6 (patch) | |
tree | baa5436677ccc3f54a47821b7931869915f93957 /files | |
parent | 7b02adf71568d5001cf3566ab9ca7b294e8ef848 (diff) | |
download | nextcloud-server-633d7826c9577ff687eae33d208f9f5faa9aa1b6.tar.gz nextcloud-server-633d7826c9577ff687eae33d208f9f5faa9aa1b6.zip |
remove debug alert
Diffstat (limited to 'files')
-rw-r--r-- | files/js/filelist.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/js/filelist.js b/files/js/filelist.js index 08cf0245472..467168df95d 100644 --- a/files/js/filelist.js +++ b/files/js/filelist.js @@ -58,7 +58,6 @@ FileList={ } } } - alert(pos); if(fileElements.length){ if(pos==-1){ $(fileElements[0]).before(element); |