mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-07-06 02:15:21 +08:00
add
This commit is contained in:
parent
66ad3b0d0a
commit
3f303628cd
@ -13,8 +13,8 @@ function html_script_replacer(body, replacer, url){
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
var jscode = ''
|
var jscode = ''
|
||||||
for (var i = 0; i < script.children.length; i++) {
|
for (var j = 0; j < script.children.length; j++) {
|
||||||
jscode += script.children[i].data
|
jscode += script.children[j].data
|
||||||
}
|
}
|
||||||
if (!jscode){
|
if (!jscode){
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user