Skip to content

Commit

Permalink
cleani
Browse files Browse the repository at this point in the history
  • Loading branch information
janul committed Nov 3, 2015
1 parent fda8c45 commit 70f0b3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/views/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,7 @@
foreach ($jsToLoad1 as $jsFile) {
echo '<script type="text/javascript" src="' . $base_url . 'js/' . $jsFile . '"></script>' . PHP_EOL;
}
?>

<?php
if (!empty($load_matrix_js)) {
echo '<script type="text/javascript">';
$this->load->view('reports/matrixsp_js_view');
Expand Down

0 comments on commit 70f0b3e

Please sign in to comment.