From d7777859c8446b5f2aa70c046f27110a808147e4 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 21 Dec 2014 18:42:52 -0800 Subject: [PATCH] Remove dead links to Mayhem repo. --- src/General/UI.coffee | 6 +++--- src/Miscellaneous/Fourchan.coffee | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/General/UI.coffee b/src/General/UI.coffee index 7cf485b4b..024fb142c 100755 --- a/src/General/UI.coffee +++ b/src/General/UI.coffee @@ -22,7 +22,7 @@ UI = do -> lastToggledButton = null constructor: (@type) -> - # Doc here: https://github.com/MayhemYDG/4chan-x/wiki/Menu-API + # XXX Deprecated $.on d, 'AddMenuEntry', ({detail}) => return if detail.type isnt @type delete detail.open @@ -329,7 +329,7 @@ UI = do -> $.on d, 'keydown', o.hoverend $.on root, 'mousemove', o.hover <% if (type === 'userscript') { %> - # Workaround for https://github.com/MayhemYDG/4chan-x/issues/377 + # Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=674955 o.workaround = (e) -> o.hoverend(e) unless root.contains e.target $.on doc, 'mousemove', o.workaround <% } %> @@ -363,7 +363,7 @@ UI = do -> $.off d, 'keydown', @hoverend $.off @root, 'mousemove', @hover <% if (type === 'userscript') { %> - # Workaround for https://github.com/MayhemYDG/4chan-x/issues/377 + # Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=674955 $.off doc, 'mousemove', @workaround <% } %> @cb.call @ if @cb diff --git a/src/Miscellaneous/Fourchan.coffee b/src/Miscellaneous/Fourchan.coffee index d05886b6d..722017e61 100755 --- a/src/Miscellaneous/Fourchan.coffee +++ b/src/Miscellaneous/Fourchan.coffee @@ -15,7 +15,6 @@ Fourchan = cb: @code if g.BOARD.ID is 'sci' - # https://github.com/MayhemYDG/4chan-x/issues/645#issuecomment-13704562 $.globalEval ''' window.addEventListener('jsmath', function(e) { if (!jsMath) return;