diff --git a/src/main/ui/static/templates/payment/success.js b/src/main/ui/static/templates/payment/success.js index 85c7020b3..8bb8587a3 100644 --- a/src/main/ui/static/templates/payment/success.js +++ b/src/main/ui/static/templates/payment/success.js @@ -55,10 +55,10 @@ $(function () { method: 'GET', dataType: 'text', success: function (data) { - if (data > 0) { - $('.points-dialog .points-value').html('+ ' + data); - $('.points-dialog').removeClass('hide'); - } + // if (data > 0) { + // $('.points-dialog .points-value').html('+ ' + data); + // $('.points-dialog').removeClass('hide'); + // } }, error: function () { }