powerdns-admin/app/static/admin/pages/scripts/search.js

15 lines
292 B
JavaScript
Raw Normal View History

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