This commit is contained in:
Mirco Wittrien 2019-10-18 11:56:20 +02:00
parent f97cc5e813
commit 8f4a57a211
2 changed files with 1 additions and 2 deletions

View File

@ -551,7 +551,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
}
var id = BDFDB.generateID(Tooltips);
var itemlayer = BDFDB.htmlToElement(`<div class="${BDFDB.disCN.itemlayer} BDFDB-itemlayer itemlayer-${id}"><div class="${BDFDB.disCN.tooltip}"></div></div>`);
itemlayer.appendChild(node);
itemlayercontainer.appendChild(itemlayer);
var tooltip = itemlayer.firstElementChild;

File diff suppressed because one or more lines are too long