You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
626 B
6 lines
626 B
/*!
|
|
* stack-admin-theme (https://pixinvent.com/bootstrap-admin-template/stack)
|
|
* Copyright 2018 PIXINVENT
|
|
* Licensed under the Themeforest Standard Licenses
|
|
*/
|
|
$(document).ready(function(){$(".row-grouping").DataTable({responsive:!1,autoWidth:!1,rowReorder:!0,columnDefs:[{orderable:!0,className:"reorder",targets:0},{orderable:!1,targets:"_all"}]});$("select").select2(),$(".icheck input").iCheck({checkboxClass:"icheckbox_square-blue",radioClass:"iradio_square-blue"}),$("#project-task-list").on("draw.dt",function(){$(".icheck input").iCheck({checkboxClass:"icheckbox_square-blue",radioClass:"iradio_square-blue"})})}); |