anime-downloader bug fix 12.
This commit is contained in:
@@ -30,7 +30,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( "{{arg['ohli24_current_code']}}" !== "") {
|
if ( "{{arg['ohli24_current_code']}}" !== "") {
|
||||||
|
if (params.code === null && params.code === '') {
|
||||||
document.getElementById("code").value = "{{arg['ohli24_current_code']}}";
|
document.getElementById("code").value = "{{arg['ohli24_current_code']}}";
|
||||||
|
} else {
|
||||||
|
document.getElementById("code").value = params.code
|
||||||
|
}
|
||||||
// 값이 공백이 아니면 분석 버튼 계속 누름
|
// 값이 공백이 아니면 분석 버튼 계속 누름
|
||||||
{#document.getElementById("analysis_btn").click();#}
|
{#document.getElementById("analysis_btn").click();#}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user