Showing
3 changed files
with
6 additions
and
0 deletions
@@ -14370,6 +14370,12 @@ var pickBusy = false; | @@ -14370,6 +14370,12 @@ var pickBusy = false; | ||
14370 | 14370 | ||
14371 | $('.show-birth-coupon').click(function() { | 14371 | $('.show-birth-coupon').click(function() { |
14372 | var $this = $(this); | 14372 | var $this = $(this); |
14373 | + var msg = $this.data('msg'); | ||
14374 | + | ||
14375 | + if (msg) { | ||
14376 | + alert(msg); | ||
14377 | + return; | ||
14378 | + } | ||
14373 | 14379 | ||
14374 | $this.siblings('.birth-coupon-wrap').show(); | 14380 | $this.siblings('.birth-coupon-wrap').show(); |
14375 | $this.hide().siblings('p').hide(); | 14381 | $this.hide().siblings('p').hide(); |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment