diff --git a/javascript/ext_hypernets.js b/javascript/ext_hypernets.js index 80787ee..aedf9ad 100644 --- a/javascript/ext_hypernets.js +++ b/javascript/ext_hypernets.js @@ -5,8 +5,8 @@ class HypernetParser extends BaseTagParser { parse() { // Show hypernetworks let tempResults = []; - if (tagword !== "<" && tagword !== " x.toLowerCase().includes(searchTerm)); // Filter by tagword } else { tempResults = hypernetworks; diff --git a/javascript/ext_loras.js b/javascript/ext_loras.js index 3bd67be..4fb1ce1 100644 --- a/javascript/ext_loras.js +++ b/javascript/ext_loras.js @@ -5,8 +5,8 @@ class LoraParser extends BaseTagParser { parse() { // Show lora let tempResults = []; - if (tagword !== "<" && tagword !== " x.toLowerCase().includes(searchTerm)); // Filter by tagword } else { tempResults = loras;