This commit is contained in:
Nicolas Stepien 2012-02-10 22:27:35 +01:00
parent 4d23ab6b5b
commit e5f1863032
2 changed files with 6 additions and 2 deletions

View File

@ -3016,7 +3016,8 @@
} }
} }
qp.innerHTML = html; qp.innerHTML = html;
return Time.node(qp); if (conf['Image Auto-Gif']) imgGif.node(qp);
if (conf['Time Formatting']) return Time.node(qp);
} }
}; };

View File

@ -2370,7 +2370,10 @@ quotePreview =
html = reply.innerHTML html = reply.innerHTML
break break
qp.innerHTML = html qp.innerHTML = html
Time.node qp if conf['Image Auto-Gif']
imgGif.node qp
if conf['Time Formatting']
Time.node qp
quoteOP = quoteOP =
init: -> init: ->