fix discount and edit title confirm borx
This commit is contained in:
@@ -360,7 +360,7 @@ $( document ).ready(function() {
|
||||
|
||||
if($('#balance').text() < 0){
|
||||
$.confirm({
|
||||
title: 'Hi!',
|
||||
title: 'Infomation!',
|
||||
content: 'Changed amount ' + $('#balance').text() * (-1),
|
||||
buttons: {
|
||||
confirm: {
|
||||
@@ -377,7 +377,7 @@ $( document ).ready(function() {
|
||||
$('#pay').text("Pay")
|
||||
|
||||
$.confirm({
|
||||
title: 'Hi!',
|
||||
title: 'Infomation!',
|
||||
content: 'Thank you !',
|
||||
buttons: {
|
||||
confirm: {
|
||||
|
||||
Reference in New Issue
Block a user