Use the .posttime selector only for the time formatting.

I'm pretty sure every threads in every boards have updated since then.
This commit is contained in:
Nicolas Stepien 2012-02-27 02:07:42 +01:00
parent 28dfa2b17c
commit cc71307ad6
2 changed files with 2 additions and 2 deletions

View File

@ -2847,7 +2847,7 @@
node: function(root) {
var node, time;
if (root.className === 'inline') return;
node = $('.posttime', root) || $('span[id]', root).previousSibling;
node = $('.posttime', root);
Time.date = Time.parse(node);
time = $.el('time', {
textContent: ' ' + Time.funk(Time) + ' '

View File

@ -2343,7 +2343,7 @@ Time =
g.callbacks.push @node
node: (root) ->
return if root.className is 'inline'
node = $('.posttime', root) or $('span[id]', root).previousSibling
node = $ '.posttime', root
Time.date = Time.parse node
time = $.el 'time',
textContent: ' ' + Time.funk(Time) + ' '