인프런 검색 추가
This commit is contained in:
@@ -36,12 +36,7 @@
|
||||
// console.log('current_data:: ', current_data)
|
||||
let now = Math.floor(new Date().getTime() / 1000)
|
||||
|
||||
if (params.code === "") {
|
||||
} else {
|
||||
document.getElementById("code").value = params.code;
|
||||
document.getElementById("analysis_btn").click();
|
||||
|
||||
}
|
||||
|
||||
if ("{{arg['current_code']}}" !== "") {
|
||||
if (current_data) {
|
||||
@@ -59,6 +54,12 @@
|
||||
// {#$('[data-tooltip="true"]').tooltip();#}
|
||||
// {#$('.bootstrap-tooltip').tooltip();#}
|
||||
}
|
||||
if (params.code === "") {
|
||||
} else {
|
||||
document.getElementById("code").value = params.code;
|
||||
document.getElementById("analysis_btn").click();
|
||||
|
||||
}
|
||||
|
||||
// console.log('params.code:::> ', params.code)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user