* Delete release export page $i.

This commit is contained in:
songchenxuan
2023-06-12 09:32:12 +08:00
parent 5a8803fdad
commit 1a1b3bbb07

View File

@@ -23,13 +23,12 @@ function setDownloading()
function closeWindow()
{
if($.cookie('downloading') == 1 || i >= 30)
if($.cookie('downloading') == 1)
{
parent.$.closeModal();
$.cookie('downloading', null);
clearInterval(time);
}
i ++;
}
</script>
<div id='mainContent' class='main-content'>