Compare commits
2 Commits
ec6b5570b7
...
f4fe73486d
| Author | SHA1 | Date | |
|---|---|---|---|
| f4fe73486d | |||
| c65c68193d |
@@ -21,6 +21,7 @@
|
|||||||
})
|
})
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
console.log(params.code)
|
||||||
if (params.code === '') {
|
if (params.code === '') {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
@@ -29,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