summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-11-13 15:38:54 -0500
committerAlessandro Cosentino <cosenal@gmail.com>2012-11-13 15:38:54 -0500
commit7c5d3649a3f137cc4c4bdd36dbb3639f2638d52c (patch)
treeba7bc9255f90db3f4cc2f2fb0f3a26190b55ffd1 /js
parent24c3d0c92e954cbe76c1742f4155f8488caa1ad1 (diff)
use the core functions for relative dates
Diffstat (limited to 'js')
-rw-r--r--js/items.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/items.js b/js/items.js
index 65b5483ec..d055dfa15 100644
--- a/js/items.js
+++ b/js/items.js
@@ -632,7 +632,7 @@ var News = News || {};
self._toggleKeepUnread();
});
- this._$html.find('time.timeago').timeago();
+ //this._$html.find('time.timeago').timeago();
};
/**