blueprint add static_folder

This commit is contained in:
2022-04-12 23:57:13 +09:00
parent bfb7436b07
commit 0ad6c9c59a
5 changed files with 69 additions and 28 deletions

View File

@@ -210,6 +210,7 @@
data: {data:JSON.stringify(data)},
dataType: "json",
success: function (data) {
console.log('#add_queue_btn::data >>', data)
if (data.ret == 'enqueue_db_append' || data.ret == 'enqueue_db_exist') {
$.notify('<strong>다운로드 작업을 추가 하였습니다.</strong>', {type: 'success'});
} else if (data.ret == 'queue_exist') {