Topic: Question to status icons and hint

Hi.

1. Why have the status icons a link? Can I change it?

2. Why is in plupload a hint with "runtime html5"? Can I remove it?

Re: Question to status icons and hint

1. the link is because you can delete files before the upload

$("li.plupload_done > div.plupload_file_action > a").add("li.plupload_failed > div.plupload_file_action > a")click(function() {return false;})



2. $('#uploader_container').removeAttr("title"); //remove the using runtime text

Re: Question to status icons and hint

Thanks for your fast help. Thats help me. wink