...
|
...
|
@@ -41,7 +41,7 @@ optHammer.on('tap', function(e) { |
|
|
}
|
|
|
}).then(function(res) {
|
|
|
$('#dialog-wrapper').hide();
|
|
|
if (!res) {
|
|
|
if ($.type(res) !== 'object') {
|
|
|
return;
|
|
|
}
|
|
|
if (res.message) {
|
...
|
...
|
@@ -70,7 +70,7 @@ optHammer.on('tap', function(e) { |
|
|
}
|
|
|
}).then(function(res) {
|
|
|
$('#dialog-wrapper').hide();
|
|
|
if (!res) {
|
|
|
if ($.type(res) !== 'object') {
|
|
|
return;
|
|
|
}
|
|
|
if (res.message) {
|
...
|
...
|
|