File "search.js"

Full Path: /home/isoftco/public_html/hrm/public/assets/admin/pages/scripts/search.js
File size: 278 bytes
MIME-type: text/plain
Charset: utf-8

var Search = function () {

    return {
        //main function to initiate the module
        init: function () {
            if (jQuery().datepicker) {
                $('.date-picker').datepicker();
            }

            Metronic.initFancybox();
        }

    };

}();