fix discount and edit title confirm borx

This commit is contained in:
Yan
2017-07-08 21:46:13 +06:30
parent 94555bc325
commit 1666cb3d0c
2 changed files with 42 additions and 40 deletions

View File

@@ -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: {