pull/33/head v3.0.8
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({
"top": "-999px"
});
for (var i = 0; i < ap.length; i++) {
try {
ap[i].destroy()
} catch (e) {}
}
try {
for (var i = 0; i < ap.length; i++) {
try {
ap[i].destroy()
} catch (e) {}
}
} catch (e) {}
try {
hermitInit()
} catch (e) {}