diff --git a/LICENSE b/LICENSE index 07b4ee1a9..20edf638c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.9.4 - 2014-03-14 +* appchan x - Version 2.9.4 - 2014-03-15 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 505004d42..2a76b2b01 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -25,7 +25,7 @@ // ==/UserScript== /* -* appchan x - Version 2.9.4 - 2014-03-14 +* appchan x - Version 2.9.4 - 2014-03-15 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -11163,6 +11163,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 09e162e00..133c3add8 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.9.4 - 2014-03-14 +* appchan x - Version 2.9.4 - 2014-03-15 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -11177,6 +11177,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: ->