update for the error msg
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -59,7 +59,7 @@ function cancelOrder(code, onCancel) { | @@ -59,7 +59,7 @@ function cancelOrder(code, onCancel) { | ||
59 | ] | 59 | ] |
60 | }).show(); | 60 | }).show(); |
61 | } else { | 61 | } else { |
62 | - new _alert('<h1>' + result.message +'</h1>').show(); | 62 | + new _alert('<h1>' + result.message + '</h1>').show(); |
63 | } | 63 | } |
64 | 64 | ||
65 | }).fail(function(err) { | 65 | }).fail(function(err) { |
-
Please register or login to post a comment