Browse Source

fixed blog page console error

tags/v1.0.0
somrat 5 years ago
parent
commit
fa3ac98710
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      assets/js/script.js

+ 4
- 1
assets/js/script.js View File

@@ -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…
Cancel
Save