This commit is contained in:
Mirco Wittrien 2019-08-19 13:17:41 +02:00
parent 7e86a2b3c5
commit 65679d5942
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -3384,7 +3384,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
updateColors(true);
});
gradientbutton.addEventListener('mouseenter', e => {
BDFDB.createTooltip(gradientbutton, "Color Gradient", {type: "bottom"});
BDFDB.createTooltip("Color Gradient", gradientbutton, {type: "bottom"});
});
function updateRects () {
var hidden = BDFDB.isEleHidden(gradientbar);