diff --git a/LICENSE b/LICENSE index 4a2dd0d03..a68102944 100755 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index ef27f218a..93fbbed62 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -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({ diff --git a/builds/crx/script.js b/builds/crx/script.js index 9cae84b38..bc352c6de 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -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({ diff --git a/src/Miscellaneous/ColorUserIDs.coffee b/src/Miscellaneous/ColorUserIDs.coffee index 754dd5add..4bc8ed15c 100755 --- a/src/Miscellaneous/ColorUserIDs.coffee +++ b/src/Miscellaneous/ColorUserIDs.coffee @@ -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'