Accept Merge Request #125: (feature/hant -> develop)

Merge Request: 关闭等待

Created By: @todayswind
Accepted By: @todayswind
URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/125?initial=true
This commit is contained in:
todayswind 2025-06-08 14:55:04 +08:00 committed by Coding
commit 37aa209c0c

View File

@ -48,15 +48,7 @@
{if $url}
<script type="text/javascript">
(function () {
var wait = document.getElementById('wait'),
href = document.getElementById('href').href;
var interval = setInterval(function () {
var time = --wait.innerHTML;
if (time <= 0) {
location.href = href;
clearInterval(interval);
}
}, 1000);
location.href = document.getElementById('href').href;
})();
</script>
{/if}