Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: CopyTo casuing 'Loading...' text to stay on screen
Re: CopyTo casuing 'Loading...' text to stay on screen
07-30-2009, 3:59 AM
fizzystutter
Joined on 07-24-2009
Posts 8
Re: CopyTo casuing 'Loading...' text to stay on screen
Reply
Quote
Hi,
I've finally fixed it with some code you posted:
<script type="text/javascript">
function CuteWebUI_AjaxUploader_OnQueueUI(items) {
return false;
}
</script>
Thanks James
View Complete Thread