This commit is contained in:
Mashiro 2018-12-14 00:21:35 +08:00
parent a1d98d0af4
commit 844d4ae0f8
1 changed files with 7 additions and 5 deletions

View File

@ -1421,11 +1421,13 @@ var home = location.href,
$('.focusinfo').css({ $('.focusinfo').css({
"top": "-999px" "top": "-999px"
}); });
try {
for (var i = 0; i < ap.length; i++) { for (var i = 0; i < ap.length; i++) {
try { try {
ap[i].destroy() ap[i].destroy()
} catch (e) {} } catch (e) {}
} }
} catch (e) {}
try { try {
hermitInit() hermitInit()
} catch (e) {} } catch (e) {}