Service status update
This commit is contained in:
parent
32c9bec302
commit
0d9ec1fc18
@ -78,13 +78,13 @@
|
|||||||
<!-- fullCalendar 2.2.5-->
|
<!-- fullCalendar 2.2.5-->
|
||||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/plugins/fullcalendar/fullcalendar.min.css">
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/plugins/fullcalendar/fullcalendar.min.css">
|
||||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/plugins/fullcalendar/fullcalendar.print.css" media="print">
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/plugins/fullcalendar/fullcalendar.print.css" media="print">
|
||||||
<script type="text/javascript">
|
<!-- <script type="text/javascript">
|
||||||
$(function() {
|
$(function() {
|
||||||
$(this).bind("contextmenu", function(e) {
|
$(this).bind("contextmenu", function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>-->
|
||||||
<style>
|
<style>
|
||||||
.error{
|
.error{
|
||||||
color:red;
|
color:red;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user