Re: CopyTo casuing 'Loading...' text to stay on screen

  •  07-30-2009, 3:59 AM

    Re: CopyTo casuing 'Loading...' text to stay on screen

    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