From 716c3ac3d611bc861ad38ad3c0b7dc02e481f849 Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Wed, 2 Jul 2025 17:09:47 +0900 Subject: [PATCH] =?UTF-8?q?ajax=20=EC=9A=94=EC=B2=AD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/js/base/base.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/resources/js/base/base.js b/src/main/webapp/resources/js/base/base.js index 4052364..88235cf 100644 --- a/src/main/webapp/resources/js/base/base.js +++ b/src/main/webapp/resources/js/base/base.js @@ -282,7 +282,8 @@ var ajax = { var handleComplete = options.complete || function(){}; options.complete = function() { - wait(false); + if (!options.silent) + wait(false); handleComplete(); }; debug("request", options);