Define variable as string instead of null

main
Elbert Filius 8 years ago
parent 20a41cbead
commit f5705171bb

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

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

Loading…
Cancel
Save