Fix relative index refresh date on Firefox.
This commit is contained in:
parent
752e6a8747
commit
06e83cc5f6
@ -224,10 +224,15 @@ Index =
|
|||||||
setTimeout notice.close, $.SECOND
|
setTimeout notice.close, $.SECOND
|
||||||
|
|
||||||
timeEl = $ '#index-last-refresh', Index.navLinks
|
timeEl = $ '#index-last-refresh', Index.navLinks
|
||||||
timeEl.dataset.utc = e.timeStamp
|
timeEl.dataset.utc = e.timeStamp <% if (type === 'userscript') { %>/ 1000<% } %>
|
||||||
if timeEl.dataset.init
|
if timeEl.dataset.init
|
||||||
RelativeDates.setUpdate el: timeEl
|
RelativeDates.setUpdate el: timeEl
|
||||||
|
<% if (type === 'userscript') { %>
|
||||||
|
# XXX https://github.com/greasemonkey/greasemonkey/issues/1571
|
||||||
|
timeEl.removeAttribute 'data-init'
|
||||||
|
<% } else { %>
|
||||||
delete timeEl.dataset.init
|
delete timeEl.dataset.init
|
||||||
|
<% } %>
|
||||||
else
|
else
|
||||||
RelativeDates.flush()
|
RelativeDates.flush()
|
||||||
Index.scrollToIndex()
|
Index.scrollToIndex()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user