bug-fix-patches
# removed place holders in agent profiles # added checkbox style class in agent blade file # added mtutators in ticket_form_data.php model # changed priority field saving method in ticket creation form at clinet side # Fetched only required data in client panel form and saving ticket #184 solevd.
This commit is contained in:
@@ -594,4 +594,17 @@
|
||||
<?php Event::fire('load-calendar-scripts', array()); ?>
|
||||
@yield('FooterInclude')
|
||||
</body>
|
||||
<script>
|
||||
$(function() {
|
||||
|
||||
|
||||
$('input[type="checkbox"]').iCheck({
|
||||
checkboxClass: 'icheckbox_flat-blue'
|
||||
});
|
||||
$('input[type="radio"]').iCheck({
|
||||
radioClass: 'iradio_flat-blue'
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
</html>
|
Reference in New Issue
Block a user