Define variable as string instead of null

main
Elbert Filius 8 years ago
parent 20a41cbead
commit f5705171bb

@ -2700,7 +2700,7 @@
"24" "24"
], ],
"icon": "Froala.svg", "icon": "Froala.svg",
"html": "<[^>]+class=\"[^\"]+(?:fr-view|fr-box)", "html": "<[^>]+class=\"[^\"]*(?:fr-view|fr-box)",
"implies": [ "implies": [
"jQuery", "Font Awesome" "jQuery", "Font Awesome"
], ],

@ -1,6 +1,6 @@
(function() { (function() {
try { try {
var i, environmentVars, e = document.createEvent('Events'); var i, environmentVars = '', e = document.createEvent('Events');
e.initEvent('wappalyzerEvent', true, false); e.initEvent('wappalyzerEvent', true, false);

Loading…
Cancel
Save