From d9e4c2abcff51c0b01659ae2a42a8d5b26e9a459 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sun, 27 Jul 2014 16:03:10 -0700 Subject: [PATCH] Fix missing clear search field button. --- builds/appchan-x.user.js | 2 +- builds/crx/script.js | 2 +- src/General/html/Features/Index-navlinks.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 6731a52f1..da1dd0b73 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -4753,7 +4753,7 @@ }); this.navLinks = $.el('div', { className: 'navLinks', - innerHTML: " " + innerHTML: "\uf05c " }); this.timeEl = $('time#index-last-refresh', this.navLinks); this.searchInput = $('#index-search', this.navLinks); diff --git a/builds/crx/script.js b/builds/crx/script.js index 43c8cc8b0..3c2d285b1 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -4807,7 +4807,7 @@ }); this.navLinks = $.el('div', { className: 'navLinks', - innerHTML: " " + innerHTML: "\uf05c " }); this.timeEl = $('time#index-last-refresh', this.navLinks); this.searchInput = $('#index-search', this.navLinks); diff --git a/src/General/html/Features/Index-navlinks.html b/src/General/html/Features/Index-navlinks.html index 0639dd74f..cf79add56 100644 --- a/src/General/html/Features/Index-navlinks.html +++ b/src/General/html/Features/Index-navlinks.html @@ -1,6 +1,6 @@ - + \uf05c