5
0
mirror of https://github.com/cwinfo/powerdns-admin.git synced 2025-05-13 13:37:19 +00:00
2015-12-13 16:34:12 +07:00

15 lines
292 B
JavaScript

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