rm parseResponse

This commit is contained in:
James Campos 2011-04-16 18:17:59 -07:00
parent 51baf0c1fc
commit 10bd6787ab
2 changed files with 1 additions and 17 deletions

View File

@ -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

View File

@ -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