parens
This commit is contained in:
parent
8e86e16cd4
commit
fa498f3699
@ -2181,7 +2181,7 @@
|
|||||||
},
|
},
|
||||||
parse: function(req, id, threadID) {
|
parse: function(req, id, threadID) {
|
||||||
var body, html, op, qp, reply, _i, _len, _ref;
|
var body, html, op, qp, reply, _i, _len, _ref;
|
||||||
if (!(qp = ui.el && qp.innerHTML === ("Loading " + id + "..."))) {
|
if (!((qp = ui.el) && (qp.innerHTML === ("Loading " + id + "...")))) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (req.status !== 200) {
|
if (req.status !== 200) {
|
||||||
|
|||||||
@ -1683,7 +1683,7 @@ quotePreview =
|
|||||||
$.removeClass el, 'qphl' if el = d.getElementById @hash[1..]
|
$.removeClass el, 'qphl' if el = d.getElementById @hash[1..]
|
||||||
ui.hoverend()
|
ui.hoverend()
|
||||||
parse: (req, id, threadID) ->
|
parse: (req, id, threadID) ->
|
||||||
return unless qp = ui.el and qp.innerHTML is "Loading #{id}..."
|
return unless (qp = ui.el) and (qp.innerHTML is "Loading #{id}...")
|
||||||
|
|
||||||
if req.status isnt 200
|
if req.status isnt 200
|
||||||
qp.innerHTML = "#{req.status} #{req.statusText}"
|
qp.innerHTML = "#{req.status} #{req.statusText}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user