diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 95d6af7d7..07bbc0861 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -4576,7 +4576,7 @@ }); this.navLinks = $.el('div', { className: 'navLinks', - innerHTML: "Return [Catalog] Bottom \uf057" + innerHTML: "Return [Catalog] Bottom \uf057" }); this.searchInput = $('#index-search', this.navLinks); this.currentPage = this.getCurrentPage(); @@ -17160,7 +17160,7 @@ $.extend(Conf, items); return $.asap((function() { return Favicon.el = $('link[rel="shortcut icon"]', d.head); - }), Main.initFeatures); + }), Main.initFeatures()); }); }, initFeatures: function() { diff --git a/builds/crx/script.js b/builds/crx/script.js index 2408fa538..e2c7325f7 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -4587,7 +4587,7 @@ }); this.navLinks = $.el('div', { className: 'navLinks', - innerHTML: "Return [Catalog] Bottom \uf057" + innerHTML: "Return [Catalog] Bottom \uf057" }); this.searchInput = $('#index-search', this.navLinks); this.currentPage = this.getCurrentPage(); diff --git a/src/General/Index.coffee b/src/General/Index.coffee index a1a454fad..6dddefdbc 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -84,8 +84,7 @@ Index = $.on @searchInput, 'input', @onSearchInput $.on $('#index-search-clear', @navLinks), 'click', @clearSearch $.on $('#returnlink', @navLinks), 'click', Navigate.navigate - $.on $('#cataloglink', @navLinks), 'click', -> - window.location = "//boards.4chan.org/#{g.BOARD}/catalog" + $.on $('#cataloglink', @navLinks), 'click', -> window.location = "//boards.4chan.org/#{g.BOARD}/catalog" @update() if g.VIEW is 'index' diff --git a/src/General/html/Features/Index-navlinks.html b/src/General/html/Features/Index-navlinks.html index cf115c506..28c114b8b 100644 --- a/src/General/html/Features/Index-navlinks.html +++ b/src/General/html/Features/Index-navlinks.html @@ -1,5 +1,5 @@ Return -[Catalog] +[Catalog] Bottom