Call Rhymix.ajax() in doCallModuleAction()

This commit is contained in:
Kijin Sung 2025-05-21 14:19:10 +09:00
parent 64f0ffbd91
commit 7e53bef104

View file

@ -1633,7 +1633,7 @@ function doCallModuleAction(module, action, target_srl) {
cur_mid: current_mid,
mid: current_mid
};
exec_json(module + '.' + action, params, function(data) {
Rhymix.ajax(module + '.' + action, params, function(data) {
if (data.message !== 'success') {
alert(data.message);
}