mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
jsmin
This commit is contained in:
parent
b5ae458a26
commit
7fda9e6575
@ -4,5 +4,15 @@
|
||||
</div>
|
||||
</div>
|
||||
<?php $this->load->view("defaults/stats")?>
|
||||
<?php
|
||||
|
||||
//Javascript
|
||||
$this->carabiner->js('jquery.js');
|
||||
$this->carabiner->js('jquery.timers.js');
|
||||
$this->carabiner->js('jquery.clipboard.js');
|
||||
|
||||
$this->carabiner->display('js');
|
||||
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -25,10 +25,6 @@ $this->carabiner->css('main.css');
|
||||
$this->carabiner->display('css');
|
||||
|
||||
?>
|
||||
<?php if(!empty($scripts)){?>
|
||||
<?php foreach($scripts as $script){?>
|
||||
<script src="<?php echo base_url()?>static/js/<?php echo $script?>" type="text/javascript"></script>
|
||||
<?php }}?>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user