Commit ae0155b5 by NGUYEN HOANG SON

go to dashboard screen when close send message success modal

parent 03a073b8
......@@ -94,7 +94,14 @@ SendMessage.postMessage = function (message, operationId, sendType) {
false,
function (json) {
COMMON.closeLoading();
COMMON.showAlert('msgSendPushMessageSuccess', 'success');
//COMMON.showAlert('msgSendPushMessageSuccess', 'success');
COMMON.showConfirm('msgSendPushMessageSuccess', function() {
COMMON.avwScreenMove('dashboard.html');
}, {
titleCode: 'success',
confirmYesCode: 'close',
confirmNoCode: null,
});
},
function () {
console.log('SendMessage.postMessage error');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment