ajax 요청 수정

master
mjkhan21 6 months ago
parent 774e8926e3
commit 716c3ac3d6

@ -282,7 +282,8 @@ var ajax = {
var handleComplete = options.complete || function(){}; var handleComplete = options.complete || function(){};
options.complete = function() { options.complete = function() {
wait(false); if (!options.silent)
wait(false);
handleComplete(); handleComplete();
}; };
debug("request", options); debug("request", options);

Loading…
Cancel
Save