mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 23:11:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
12
frontend/static/assets/admin/pages/scripts/portfolio.js
Normal file
12
frontend/static/assets/admin/pages/scripts/portfolio.js
Normal file
@@ -0,0 +1,12 @@
|
||||
var Portfolio = function () {
|
||||
|
||||
|
||||
return {
|
||||
//main function to initiate the module
|
||||
init: function () {
|
||||
$('.mix-grid').mixitup();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
}();
|
Reference in New Issue
Block a user