update msg for unsuccessful rebate
This commit is contained in:
@@ -361,7 +361,7 @@ $( document ).ready(function() {
|
||||
if($('#balance').text() < 0){
|
||||
$.confirm({
|
||||
title: 'Hi!',
|
||||
content: 'Changed amount ' + $('#balance').text() * (-1) + '\n\n' + msg,
|
||||
content: 'Changed amount ' + $('#balance').text() * (-1),
|
||||
buttons: {
|
||||
confirm: {
|
||||
text: 'Ok',
|
||||
@@ -378,7 +378,7 @@ $( document ).ready(function() {
|
||||
|
||||
$.confirm({
|
||||
title: 'Hi!',
|
||||
content: 'Thank you !'+'\n\n'+msg,
|
||||
content: 'Thank you !',
|
||||
buttons: {
|
||||
confirm: {
|
||||
text: 'Ok',
|
||||
|
||||
Reference in New Issue
Block a user