multiple fixes and otimizations
This commit is contained in:
parent
1171bc1cdf
commit
b49524e5ea
10 changed files with 9 additions and 18 deletions
|
@ -152,9 +152,9 @@ export function showLoadingMsg() {
|
|||
|
||||
export function confirm(message, title, callback) {
|
||||
baseConfirm(message, title).then(function() {
|
||||
callback(!0);
|
||||
callback(true);
|
||||
}).catch(function() {
|
||||
callback(!1);
|
||||
callback(false);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue