histogram: Make histograms crash less
[ninja.git] / application / views / js_header.php
blob0edcf59a62a07d5e765fa81dc6122313e9298a8d
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
3 if (!empty($js))
4 foreach ($js as $js_file) {
5 if ($js_file[0] === '/' || strpos($js_file, 'http') === 0) {
6 echo '<script type="text/javascript" src="'.$js_file."\"></script>\n";
7 } else {
8 echo html::script($js_file);