From 1120b9a69e67e79353592ab37400e54bc8111600 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 13 Jan 2015 19:20:10 -0800 Subject: [PATCH] Fix Catalog Links sync not updating checkbox. --- src/Miscellaneous/CatalogLinks.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Miscellaneous/CatalogLinks.coffee b/src/Miscellaneous/CatalogLinks.coffee index bdd9c6491..8af62012e 100755 --- a/src/Miscellaneous/CatalogLinks.coffee +++ b/src/Miscellaneous/CatalogLinks.coffee @@ -65,6 +65,7 @@ CatalogLinks = a.href = CatalogLinks[if useCatalog then 'catalog' else 'index'] board CatalogLinks.el.title = "Turn catalog links #{if useCatalog then 'off' else 'on'}." + $('input', CatalogLinks.el).checked = useCatalog catalog: (board=g.BOARD.ID) -> if Conf['External Catalog'] and board in ['a', 'c', 'g', 'biz', 'k', 'm', 'o', 'p', 'v', 'vg', 'vr', 'w', 'wg', 'cm', '3', 'adv', 'an', 'asp', 'cgl', 'ck', 'co', 'diy', 'fa', 'fit', 'gd', 'int', 'jp', 'lit', 'mlp', 'mu', 'n', 'out', 'po', 'sci', 'sp', 'tg', 'toy', 'trv', 'tv', 'vp', 'wsg', 'x', 'f', 'pol', 's4s', 'lgbt']