update osaka demo bugs
This commit is contained in:
@@ -519,7 +519,7 @@ $(document).ready(function(){
|
||||
}
|
||||
|
||||
$.confirm({
|
||||
title: 'Infomation!',
|
||||
title: result.title,
|
||||
content: result.status,
|
||||
columnClass: 'small',
|
||||
type: type,
|
||||
@@ -542,18 +542,14 @@ $(document).ready(function(){
|
||||
}
|
||||
});
|
||||
}else{
|
||||
$.confirm({
|
||||
title: 'Alert !',
|
||||
content: 'Please Select Account',
|
||||
type: 'red',
|
||||
$.alert({
|
||||
title: 'Alert!',
|
||||
content: 'Please Select Account',
|
||||
type: 'red',
|
||||
typeAnimated: true,
|
||||
buttons: {
|
||||
confirm: {
|
||||
text: 'Ok',
|
||||
btnClass: 'btn-danger',
|
||||
}
|
||||
}
|
||||
});
|
||||
btnClass: 'btn-danger',
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
});//end member discount
|
||||
|
||||
Reference in New Issue
Block a user