remove debug alert

This commit is contained in:
Robin Appelman 2011-07-26 16:58:46 +02:00
parent ede0cc1cfa
commit be45ad904e
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ FileList={
} }
} }
} }
alert(pos);
if(fileElements.length){ if(fileElements.length){
if(pos==-1){ if(pos==-1){
$(fileElements[0]).before(element); $(fileElements[0]).before(element);