* delete var i in js.

This commit is contained in:
wangyidong
2012-11-09 06:40:42 +00:00
parent 2154615281
commit ef2de0d352

View File

@@ -24,13 +24,12 @@ function setDownloading()
function closeWindow()
{
if($.cookie('downloading') == 1 || i >= 30)
if($.cookie('downloading') == 1)
{
parent.$.fn.colorbox.close();
$.cookie('downloading', null);
clearInterval(time);
}
i ++;
}
function switchEncode(fileType)
{