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:
parent
28dfa2b17c
commit
cc71307ad6
@ -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) + ' '
|
||||
|
||||
@ -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) + ' '
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user