Error on file list
-
Hi there
Am I the only one experiencing this issue on a file listing? It appears right after the listing …
'+ '0%'+ ' '); }, success: function(file, serverData) { var item = jQuery('#'+file.dom_id); if(serverData.tpl) { item.html(serverData.tpl); } else { var url = serverData.file_cur_user_can_edit ? serverData.file_edit_url : serverData.file_download_url; jQuery('.filename', item).html(''+serverData.file_display_name+''); jQuery('img', item).attr('src', serverData.file_thumbnail_url); jQuery('.loading,.percent',item).hide(); } } }; //]]>
Thanks in advance.
Yatish
??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error on file list’ is closed to new replies.