Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 0b65c82

Browse files
committed
fixing 1623, where discover tabs don't show after clearing search
1 parent 58a1b2f commit 0b65c82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/views/homeVw.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,9 @@ module.exports = pageVw.extend({
527527

528528
//clear address bar
529529
window.obEventBus.trigger("setAddressBar", {'addressText': ""});
530-
530+
531531
this.$el.find('.js-discoverHeading').html(window.polyglot.t('Discover'));
532+
this.$el.find('.js-homeListingToggle').removeClass('hide');
532533

533534
// change loading text copy
534535
this.$el.find('.js-loadingText').html(this.$el.find('.js-loadingText').data('defaultText'));

0 commit comments

Comments
 (0)