Correct an error in last commit
main
Camille Barneaud 12 years ago
parent dfdb07a552
commit 553e00686a

@ -5,7 +5,10 @@
(function() {
if ( wappalyzer == null ) { return; }
var w = wappalyzer, tab, tabCache = {};
var w = wappalyzer,
firstRun = false,
upgraded = false,
tab, tabCache = {};
w.driver = {
/**

@ -238,7 +238,7 @@
image = d.createElement('image');
image.setAttribute('src', 'chrome://wappalyzer/skin/images/icons/' + app + '.png');
image.setAttribute('tooltiptext', app + ' - ' + categories.join(', '));
image.setAttribute('tooltiptext', app + ( version ? ' ' + version : '' ) + ' - ' + categories.join(', '));
container.appendChild(image);
}

Loading…
Cancel
Save