瀏覽代碼

fixed blog page console error

tags/v1.0.0
somrat 5 年之前
父節點
當前提交
fa3ac98710
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      assets/js/script.js

+ 4
- 1
assets/js/script.js 查看文件

@@ -51,7 +51,10 @@ jQuery(function ($) {
/* Portfolio Filtering Hook
/* ========================================================================= */

var filterizd = $('.filtr-container').filterizr({});
var containerEl = document.querySelector('.filtr-container');
if (containerEl) {
var filterizd = $('.filtr-container').filterizr({});
}
/* ========================================================================= */
/* Testimonial Carousel
/* ========================================================================= */

Loading…
取消
儲存