page search pos footer
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -31,6 +31,8 @@ chHammer.on('tap', function() { | @@ -31,6 +31,8 @@ chHammer.on('tap', function() { | ||
31 | localStorage.removeItem('historys'); | 31 | localStorage.removeItem('historys'); |
32 | 32 | ||
33 | $history.html(''); | 33 | $history.html(''); |
34 | + | ||
35 | + window.rePosFooter(); | ||
34 | }); | 36 | }); |
35 | 37 | ||
36 | $input.on('input', function() { | 38 | $input.on('input', function() { |
@@ -78,6 +80,8 @@ $('#search').on('touchend', function() { | @@ -78,6 +80,8 @@ $('#search').on('touchend', function() { | ||
78 | 80 | ||
79 | $history.html(html); | 81 | $history.html(html); |
80 | $clearHistory.removeClass('hide'); | 82 | $clearHistory.removeClass('hide'); |
83 | + | ||
84 | + window.rePosFooter(); | ||
81 | } | 85 | } |
82 | } | 86 | } |
83 | }()); | 87 | }()); |
-
Please register or login to post a comment