From 55e43147edeeff07e5c69fddb934aa8e54467ff8 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sun, 23 Mar 2014 12:32:40 -0700 Subject: [PATCH] Redundant --- LICENSE | 2 +- builds/4chan-X.user.js | 5 +---- builds/crx/script.js | 5 +---- src/General/Index.coffee | 2 -- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 96d8515f9..d40318abb 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.4.1 - 2014-03-22 +* 4chan X - Version 1.4.1 - 2014-03-23 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index b42eb1ab7..97c1ad627 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -24,7 +24,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.4.1 - 2014-03-22 +* 4chan X - Version 1.4.1 - 2014-03-23 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -2526,9 +2526,6 @@ }); $.on(this.button, 'click', this.update); Header.addShortcut(this.button, 1); - if (g.BOARD.ID === 'f') { - return; - } this.db = new DataBoard('pinnedThreads'); Thread.callbacks.push({ name: 'Thread Pinning', diff --git a/builds/crx/script.js b/builds/crx/script.js index ec5953a36..adb9060f0 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.4.1 - 2014-03-22 +* 4chan X - Version 1.4.1 - 2014-03-23 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -2585,9 +2585,6 @@ }); $.on(this.button, 'click', this.update); Header.addShortcut(this.button, 1); - if (g.BOARD.ID === 'f') { - return; - } this.db = new DataBoard('pinnedThreads'); Thread.callbacks.push({ name: 'Thread Pinning', diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 46c6e8cf3..b48016e69 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -13,8 +13,6 @@ Index = $.on @button, 'click', @update Header.addShortcut @button, 1 - return if g.BOARD.ID is 'f' - @db = new DataBoard 'pinnedThreads' Thread.callbacks.push name: 'Thread Pinning'