source: public/assets/js/examples/pages/project-grid.js@ 24a616f

develop
Last change on this file since 24a616f was 194a359, checked in by beratkjufliju <kufliju@…>, 3 years ago

added departments, edited users and added user settings

  • Property mode set to 100644
File size: 163 bytes
Line 
1$(function () {
2 $('.single-datepicker').daterangepicker({
3 opens: 'left'
4 });
5
6 $('.select2').select2({
7 placeholder: 'Select'
8 });
9});
Note: See TracBrowser for help on using the repository browser.