dont load some javascript files multiply times
This commit is contained in:
parent
101c6d151e
commit
828a26c69e
|
@ -23,7 +23,6 @@
|
|||
echo $header['text'];
|
||||
echo '</'.$header['tag'].'>';
|
||||
?>
|
||||
<script type="text/javascript" src="<?php echo $jsfile; ?>"></script>
|
||||
<?php endforeach; ?>
|
||||
</head>
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
echo $header['text'];
|
||||
echo '</'.$header['tag'].'>';
|
||||
?>
|
||||
<script type="text/javascript" src="<?php echo $jsfile; ?>"></script>
|
||||
<?php endforeach; ?>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue