waddafuck

This commit is contained in:
Zixaphir 2014-03-15 15:35:50 -07:00
parent 99babc304a
commit af87eea3fb
4 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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
});
},

View File

@ -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
});
},

View File

@ -3,6 +3,7 @@ RevealSpoilers =
return if !Conf['Reveal Spoiler Thumbnails']
Post.callbacks.push
name: 'Reveal Spoiler Thumbnails'
cb: @node
node: ->