mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-13 07:21:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
15
frontend/static/assets/admin/pages/scripts/search.js
Normal file
15
frontend/static/assets/admin/pages/scripts/search.js
Normal file
@@ -0,0 +1,15 @@
|
||||
var Search = function () {
|
||||
|
||||
return {
|
||||
//main function to initiate the module
|
||||
init: function () {
|
||||
if (jQuery().datepicker) {
|
||||
$('.date-picker').datepicker();
|
||||
}
|
||||
|
||||
Metronic.initFancybox();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
}();
|
Reference in New Issue
Block a user