Showing
1 changed file
with
1 additions
and
1 deletions
@@ -12,7 +12,7 @@ var chosePanelRender = require('../common/chose-panel'), | @@ -12,7 +12,7 @@ var chosePanelRender = require('../common/chose-panel'), | ||
12 | var $selectBtn = $('.select-btn'), | 12 | var $selectBtn = $('.select-btn'), |
13 | $buyNowBtn = $('#bundle-buy-now'); | 13 | $buyNowBtn = $('#bundle-buy-now'); |
14 | 14 | ||
15 | -$(function () { | 15 | +$(function() { |
16 | window.setCookie('bundle-info', ''); | 16 | window.setCookie('bundle-info', ''); |
17 | }); | 17 | }); |
18 | 18 |
-
Please register or login to post a comment