From af87eea3fb86647ad4e0ab111670a07850934243 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sat, 15 Mar 2014 15:35:50 -0700 Subject: [PATCH] waddafuck --- LICENSE | 2 +- builds/4chan-X.user.js | 3 ++- builds/crx/script.js | 3 ++- src/Images/RevealSpoilers.coffee | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index d1b2d202a..421aff5d5 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.4.1 - 2014-03-14 +* 4chan X - Version 1.4.1 - 2014-03-15 * * 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 16d56e31e..08df4ad62 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-14 +* 4chan X - Version 1.4.1 - 2014-03-15 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -8369,6 +8369,7 @@ return; } return Post.callbacks.push({ + name: 'Reveal Spoiler Thumbnails', cb: this.node }); }, diff --git a/builds/crx/script.js b/builds/crx/script.js index 1df2eef4b..f4954c799 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-14 +* 4chan X - Version 1.4.1 - 2014-03-15 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -8384,6 +8384,7 @@ return; } return Post.callbacks.push({ + name: 'Reveal Spoiler Thumbnails', cb: this.node }); }, diff --git a/src/Images/RevealSpoilers.coffee b/src/Images/RevealSpoilers.coffee index 0df87da17..ab28df349 100755 --- a/src/Images/RevealSpoilers.coffee +++ b/src/Images/RevealSpoilers.coffee @@ -3,6 +3,7 @@ RevealSpoilers = return if !Conf['Reveal Spoiler Thumbnails'] Post.callbacks.push + name: 'Reveal Spoiler Thumbnails' cb: @node node: ->