mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-25 08:18:14 +08:00
Fix issue #20
This commit is contained in:
parent
a1d98d0af4
commit
844d4ae0f8
@ -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) {}
|
||||
|
Loading…
Reference in New Issue
Block a user