Fix #115
This commit is contained in:
parent
4d23ab6b5b
commit
e5f1863032
@ -3016,7 +3016,8 @@
|
||||
}
|
||||
}
|
||||
qp.innerHTML = html;
|
||||
return Time.node(qp);
|
||||
if (conf['Image Auto-Gif']) imgGif.node(qp);
|
||||
if (conf['Time Formatting']) return Time.node(qp);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@ -2370,7 +2370,10 @@ quotePreview =
|
||||
html = reply.innerHTML
|
||||
break
|
||||
qp.innerHTML = html
|
||||
Time.node qp
|
||||
if conf['Image Auto-Gif']
|
||||
imgGif.node qp
|
||||
if conf['Time Formatting']
|
||||
Time.node qp
|
||||
|
||||
quoteOP =
|
||||
init: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user