“Html:Notify”的版本间的差异
来自小鱼君和他的朋友们
([InPageEdit] 没有编辑摘要) |
([InPageEdit] 没有编辑摘要 (历史版本:19935)) |
||
第2行: | 第2行: | ||
<script> | <script> | ||
window.addEventListener('load',function(){ | window.addEventListener('load',function(){ | ||
− | + | var postNotify = setInterval(function(){ | |
− | + | if (ssi_modal) { | |
− | + | clearInterval(postNotify); | |
+ | } else { | ||
ssi_modal.notify('{{{type|}}}',{ | ssi_modal.notify('{{{type|}}}',{ | ||
title: '{{{title|}}}', | title: '{{{title|}}}', | ||
content: '{{{content|}}}' | content: '{{{content|}}}' | ||
}); | }); | ||
− | },1000 | + | } |
− | + | },1000); | |
− | |||
}); | }); | ||
</script> | </script> | ||
}} | }} |
2019年11月20日 (三) 03:15的版本