pull/784/merge
Roy Niels 4 years ago committed by GitHub
commit b9904bddb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,6 +108,7 @@ function createIcon(options, enableTooltips, shortcuts) {
}
}
el.innerHMTL = options.name;
el.tabIndex = -1;
el.className = options.className;
return el;

Loading…
Cancel
Save