Show More
@@ -258,6 +258,7 b' process_dates = (function(document, RegE' | |||||
258 | // We want both: date + (age) |
|
258 | // We want both: date + (age) | |
259 | node.textContent += ' ('+agevalue+')'; |
|
259 | node.textContent += ' ('+agevalue+')'; | |
260 | } else { |
|
260 | } else { | |
|
261 | node.title = node.textContent; | |||
261 | node.textContent = agevalue; |
|
262 | node.textContent = agevalue; | |
262 | } |
|
263 | } | |
263 | } |
|
264 | } |
General Comments 0
You need to be logged in to leave comments.
Login now