Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
var Search = function () {
2
 
3
    return {
4
        //main function to initiate the module
5
        init: function () {
6
            if (jQuery().datepicker) {
7
                $('.date-picker').datepicker();
8
            }
9
 
10
            Metronic.initFancybox();
11
        }
12
 
13
    };
14
 
15
}();