rm parseResponse
This commit is contained in:
parent
51baf0c1fc
commit
10bd6787ab
11
4chan_x.js
11
4chan_x.js
@ -59,7 +59,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
(function() {
|
(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;
|
var __slice = Array.prototype.slice;
|
||||||
if (typeof console != "undefined" && console !== null) {
|
if (typeof console != "undefined" && console !== null) {
|
||||||
log = console.log;
|
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 = {
|
qr = {
|
||||||
/*
|
/*
|
||||||
lol chrome - http://code.google.com/p/chromium/issues/detail?id=20773
|
lol chrome - http://code.google.com/p/chromium/issues/detail?id=20773
|
||||||
|
|||||||
@ -858,13 +858,6 @@ options =
|
|||||||
@value = "hidden: 0"
|
@value = "hidden: 0"
|
||||||
g.hiddenReplies = {}
|
g.hiddenReplies = {}
|
||||||
|
|
||||||
parseResponse = (responseText) ->
|
|
||||||
body = $.el 'body',
|
|
||||||
innerHTML: responseText
|
|
||||||
replies = $$ 'td.reply', body
|
|
||||||
opbq = $ 'blockquote', body
|
|
||||||
return [replies, opbq]
|
|
||||||
|
|
||||||
qr =
|
qr =
|
||||||
###
|
###
|
||||||
lol chrome - http://code.google.com/p/chromium/issues/detail?id=20773
|
lol chrome - http://code.google.com/p/chromium/issues/detail?id=20773
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user