Fix bookmarklet driver.

main
AlexByte 7 years ago
parent 087fc5ed2b
commit fad1cfb0a1

@ -105,9 +105,9 @@
'</a>' + '</a>' +
'<div id="wappalyzer-apps">'; '<div id="wappalyzer-apps">';
if ( w.detected[url] != null && Object.keys(w.detected[url]).length ) { if ( detected[url] != null && Object.keys(detected[url]).length ) {
for ( app in w.detected[url] ) { for ( app in detected[url] ) {
if ( !hasOwn.call(w.detected[url], app) ) { if ( !hasOwn.call(detected[url], app) ) {
continue; continue;
} }
@ -154,5 +154,5 @@
} }
}; };
w.init(); w.driver.init();
})(); })();

Loading…
Cancel
Save