Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,7 +13,7 @@ var conponTmpl = Handlebars.compile($('#tmpl-coupon').html()), | @@ -13,7 +13,7 @@ var conponTmpl = Handlebars.compile($('#tmpl-coupon').html()), | ||
13 | 13 | ||
14 | ellipsis.init(); | 14 | ellipsis.init(); |
15 | 15 | ||
16 | -$('#new-coupon').on('submit', function() { | 16 | +$('#search-coupon').on('submit', function() { |
17 | $.ajax({ | 17 | $.ajax({ |
18 | method: 'POST', | 18 | method: 'POST', |
19 | url: '', | 19 | url: '', |
-
Please register or login to post a comment