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