Showing
1 changed file
with
2 additions
and
0 deletions
@@ -165,8 +165,10 @@ function isLocalStorageSupported() { | @@ -165,8 +165,10 @@ function isLocalStorageSupported() { | ||
165 | } | 165 | } |
166 | 166 | ||
167 | $history.html(html); | 167 | $history.html(html); |
168 | + if (html !== '') { | ||
168 | $clearHistory.removeClass('hide'); | 169 | $clearHistory.removeClass('hide'); |
169 | $historySearch.removeClass('hide'); | 170 | $historySearch.removeClass('hide'); |
171 | + } | ||
170 | window.rePosFooter(); | 172 | window.rePosFooter(); |
171 | } | 173 | } |
172 | } | 174 | } |
-
Please register or login to post a comment