Removing some JS that wasn't needed on this view.

pull/133/head
Corby Krick 2013-03-24 16:47:18 -05:00
rodzic 9ed103ba52
commit f230245c36
1 zmienionych plików z 0 dodań i 21 usunięć

Wyświetl plik

@ -5,27 +5,6 @@
<link rel="stylesheet" type="text/css" href="<?php echo base_url() ;?>/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript">
$(document).ready(function() {
$(".qsobox").fancybox({
'autoDimensions' : false,
'width' : 700,
'height' : 300,
'transitionIn' : 'fade',
'transitionOut' : 'fade',
'type' : 'iframe'
});
$(function($) {
var options = {
utc: true
}
$('.input_time').jclock(options);
});
});
</script>
<div id="container">