Skip to content

Commit

Permalink
Code Update
Browse files Browse the repository at this point in the history
  • Loading branch information
BMSVieira authored Dec 15, 2020
1 parent bdd26fc commit 7d49f2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/easygrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class EasyGrid {
},
config = {
fetchFromHTML: true,
filter: true
filter: false
},
animations = {
fadeInSpeed: "100",
Expand Down Expand Up @@ -485,6 +485,8 @@ class EasyGrid {
if(this.config["filter"] == true)
{


console.log(this.config["filter"]);
// Convert string to DOM
var doc = new DOMParser().parseFromString(content.items, "text/html");

Expand Down

0 comments on commit 7d49f2e

Please sign in to comment.