* fix bug #243.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
<script>
|
||||
function setDownloading()
|
||||
{
|
||||
if($.browser.opera) return true; // Opera don't support, omit it.
|
||||
|
||||
$.cookie('downloading', 0);
|
||||
time = setInterval("closeWindow()", 300);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user