New functionality to change feed dates to relative dates (e.g. 1 day ago) where the feed items are available on page load. Contributes to #50.
This commit is contained in:
@@ -20,8 +20,7 @@ function onStart()
|
||||
else $this['channelfilter'] = explode(',', $this->param('channel'));
|
||||
|
||||
$this->addJs('https://cdnjs.cloudflare.com/ajax/libs/jqcloud/1.0.3/jqcloud.min.js');
|
||||
$this->addJs('assets/javascript/feedlayout.js');
|
||||
//$this->addCss('https://cdnjs.cloudflare.com/ajax/libs/jqcloud/1.0.3/jqcloud.min.css');
|
||||
$this->addJs('assets/javascript/feed.js');
|
||||
}
|
||||
?>
|
||||
==
|
||||
|
||||
Reference in New Issue
Block a user