add js parameter

This commit is contained in:
wlx 2013-04-14 13:02:47 +00:00
parent 9736372958
commit 9150b99e1e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
$this->breadcrumb('<a href="/data/timeline">时间轴导航</a>'); $this->breadcrumb('<a href="/data/timeline">时间轴导航</a>');
$this->breadcrumb()->setSeparator(' > '); $this->breadcrumb()->setSeparator(' > ');
$this->headScript()->appendFile('/js/timeline_var.js'); $this->headScript()->appendFile('/js/timeline_var.js');
$this->headScript()->appendFile('/js/timeline_js/timeline-api.js'); $this->headScript()->appendFile('/js/timeline_js/timeline-api.js?bundle=true');
$this->headScript()->appendFile('/js/time.js'); $this->headScript()->appendFile('/js/time.js');
?> ?>
<div class="row-fluid"><?= $this->partial('data/tools.phtml'); ?></div> <div class="row-fluid"><?= $this->partial('data/tools.phtml'); ?></div>