Showing
1 changed file
with
1 additions
and
2 deletions
@@ -11,7 +11,6 @@ var iscroll = require('./outlet/nav'); | @@ -11,7 +11,6 @@ var iscroll = require('./outlet/nav'); | ||
11 | 11 | ||
12 | lazyLoad($('img.lazy')); | 12 | lazyLoad($('img.lazy')); |
13 | 13 | ||
14 | -/** | ||
15 | // 搜索条件初始化 | 14 | // 搜索条件初始化 |
16 | function searchInitParam(dom) { | 15 | function searchInitParam(dom) { |
17 | var href = dom.attr('href'), | 16 | var href = dom.attr('href'), |
@@ -106,4 +105,4 @@ $('.more-activity').click(function() { | @@ -106,4 +105,4 @@ $('.more-activity').click(function() { | ||
106 | $(e).show(); | 105 | $(e).show(); |
107 | } | 106 | } |
108 | }); | 107 | }); |
109 | -});**/ | 108 | +}); |
-
Please register or login to post a comment