diff --git a/LICENSE b/LICENSE index 4898cc630..60deadc44 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.9.23 - 2014-05-04 +* appchan x - Version 2.9.23 - 2014-05-05 * * 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 cec3095d0..e9733bb67 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -25,7 +25,7 @@ // ==/UserScript== /* -* appchan x - Version 2.9.23 - 2014-05-04 +* appchan x - Version 2.9.23 - 2014-05-05 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -10406,7 +10406,7 @@ FappeTyme = { init: function() { var el, lc, type, _i, _len, _ref; - if (!(Conf['Fappe Tyme'] || Conf['Werk Tyme']) || g.BOARD === 'f') { + if (!(Conf['Fappe Tyme'] || Conf['Werk Tyme']) || g.BOARD.ID === 'f') { return; } _ref = ["Fappe", "Werk"]; diff --git a/builds/crx/script.js b/builds/crx/script.js index 51523fd4b..7c04a7d71 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.9.23 - 2014-05-04 +* appchan x - Version 2.9.23 - 2014-05-05 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -10443,7 +10443,7 @@ FappeTyme = { init: function() { var el, lc, type, _i, _len, _ref; - if (!(Conf['Fappe Tyme'] || Conf['Werk Tyme']) || g.BOARD === 'f') { + if (!(Conf['Fappe Tyme'] || Conf['Werk Tyme']) || g.BOARD.ID === 'f') { return; } _ref = ["Fappe", "Werk"]; diff --git a/src/Images/FappeTyme.coffee b/src/Images/FappeTyme.coffee index 94c657304..d4834a5c0 100755 --- a/src/Images/FappeTyme.coffee +++ b/src/Images/FappeTyme.coffee @@ -1,6 +1,6 @@ FappeTyme = init: -> - return if !(Conf['Fappe Tyme'] or Conf['Werk Tyme']) or g.BOARD is 'f' + return if !(Conf['Fappe Tyme'] or Conf['Werk Tyme']) or g.BOARD.ID is 'f' for type in ["Fappe", "Werk"] when Conf["#{type} Tyme"] lc = type.toLowerCase()