source: public/assets/js/examples/tagsinput.js@ 120759b

develop
Last change on this file since 120759b 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: 96 bytes
Line 
1'use strict';
2$(document).ready(function () {
3
4 $("input.tagsinput").tagsinput('items');
5
6});
Note: See TracBrowser for help on using the repository browser.