이미지 삭제 확인 대화상자를 제거한다.
썸네일 X 버튼 클릭 시 바로 삭제되도록 동작을 단순화한다. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -56,8 +56,6 @@ function bindThumbDeleteHandler() {
|
|||||||
var filename = $li.attr('data-filename');
|
var filename = $li.attr('data-filename');
|
||||||
if (!filename) return;
|
if (!filename) return;
|
||||||
|
|
||||||
if (!window.confirm('이 이미지를 삭제하시겠습니까?\n' + filename)) return;
|
|
||||||
|
|
||||||
var $btn = $(this);
|
var $btn = $(this);
|
||||||
$btn.prop('disabled', true);
|
$btn.prop('disabled', true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user