This commit is contained in:
Jordan Bates 2013-08-15 19:22:25 -07:00
parent 7ab95c4543
commit 5e5c81a576
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/*
* 4chan X - Version 1.2.29 - 2013-08-14
* 4chan X - Version 1.2.29 - 2013-08-15
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

View File

@ -19,7 +19,7 @@
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAHFJREFUKFOt0LENACEIBdBv4Qju4wgWanEj3D6OcIVMKaitYHEU/jwTCQj8W75kiVCSBvdQ5/AvfVHBin11BgdRq3ysBgfwBDRrj3MCIA+oAQaku/Q1cNctrAmyDl577tOThYt/Y1RBM4DgOHzM0HFTAyLukH/cmRnqAAAAAElFTkSuQmCC
// ==/UserScript==
/*
* 4chan X - Version 1.2.29 - 2013-08-14
* 4chan X - Version 1.2.29 - 2013-08-15
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -8847,7 +8847,7 @@
IDColor = {
init: function() {
if (g.VIEW === 'catalog' || !Conf['Color user IDs']) {
if (g.VIEW === 'catalog' || !Conf['Color User IDs']) {
return;
}
return Post.prototype.callbacks.push({

View File

@ -1,6 +1,6 @@
// Generated by CoffeeScript
/*
* 4chan X - Version 1.2.29 - 2013-08-14
* 4chan X - Version 1.2.29 - 2013-08-15
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -8837,7 +8837,7 @@
IDColor = {
init: function() {
if (g.VIEW === 'catalog' || !Conf['Color user IDs']) {
if (g.VIEW === 'catalog' || !Conf['Color User IDs']) {
return;
}
return Post.prototype.callbacks.push({

View File

@ -1,6 +1,6 @@
IDColor =
init: ->
return if g.VIEW is 'catalog' or !Conf['Color user IDs']
return if g.VIEW is 'catalog' or !Conf['Color User IDs']
Post::callbacks.push
name: 'Color User IDs'