diff --git a/4chan_x.js b/4chan_x.js index 9789b80b7..ef53ba2be 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -59,7 +59,7 @@ */ (function() { - var $, $$, NAMESPACE, autoWatch, callback, changeCheckbox, changeValue, config, d, delform, el, expand, expandComment, expandThread, g, imageClick, imageExpand, imageExpandClick, imageHover, imageResize, imageThumb, imageToggle, imageType, imageTypeChange, keyModeNormal, keybinds, log, nav, navtopr, nodeInserted, option, options, parseResponse, pathname, qr, recaptcha, recaptchaListener, recaptchaReload, redirect, replyHiding, replyNav, report, scroll, scrollThread, temp, text, threadHiding, tzOffset, ui, updateFavicon, updateTitle, updater, watcher, _config, _i, _j, _k, _len, _len2, _len3, _ref, _ref2, _ref3, _ref4; + var $, $$, NAMESPACE, autoWatch, callback, changeCheckbox, changeValue, config, d, delform, el, expand, expandComment, expandThread, g, imageClick, imageExpand, imageExpandClick, imageHover, imageResize, imageThumb, imageToggle, imageType, imageTypeChange, keyModeNormal, keybinds, log, nav, navtopr, nodeInserted, option, options, pathname, qr, recaptcha, recaptchaListener, recaptchaReload, redirect, replyHiding, replyNav, report, scroll, scrollThread, temp, text, threadHiding, tzOffset, ui, updateFavicon, updateTitle, updater, watcher, _config, _i, _j, _k, _len, _len2, _len3, _ref, _ref2, _ref3, _ref4; var __slice = Array.prototype.slice; if (typeof console != "undefined" && console !== null) { log = console.log; @@ -1133,15 +1133,6 @@ } } }; - parseResponse = function(responseText) { - var body, opbq, replies; - body = $.el('body', { - innerHTML: responseText - }); - replies = $$('td.reply', body); - opbq = $('blockquote', body); - return [replies, opbq]; - }; qr = { /* lol chrome - http://code.google.com/p/chromium/issues/detail?id=20773 diff --git a/script.coffee b/script.coffee index eac991536..57bddb829 100644 --- a/script.coffee +++ b/script.coffee @@ -858,13 +858,6 @@ options = @value = "hidden: 0" g.hiddenReplies = {} -parseResponse = (responseText) -> - body = $.el 'body', - innerHTML: responseText - replies = $$ 'td.reply', body - opbq = $ 'blockquote', body - return [replies, opbq] - qr = ### lol chrome - http://code.google.com/p/chromium/issues/detail?id=20773