+ add chart common code.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
|
||||
<!--[if lte IE 8]>
|
||||
<?php
|
||||
js::import($jsRoot . 'chartjs/excanvas.min.js');
|
||||
?>
|
||||
<![endif]-->
|
||||
<?php
|
||||
if($config->debug)
|
||||
{
|
||||
js::import($jsRoot . 'chartjs/chart.min.js');
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user