summaryrefslogtreecommitdiffstats
path: root/controllers
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 /controllers
parent24c3d0c92e954cbe76c1742f4155f8488caa1ad1 (diff)
use the core functions for relative dates
Diffstat (limited to 'controllers')
-rw-r--r--controllers/news.controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/controllers/news.controller.php b/controllers/news.controller.php
index 0338c23e9..daa84d13f 100644
--- a/controllers/news.controller.php
+++ b/controllers/news.controller.php
@@ -41,7 +41,6 @@ class NewsController extends Controller {
$this->addScript('news');
$this->addScript('menu');
$this->addScript('items');
- $this->add3rdPartyScript('jquery.timeago');
$this->addStyle('news');
$this->addStyle('settings');