stuff
This commit is contained in:
parent
f97cc5e813
commit
8f4a57a211
|
@ -551,7 +551,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
||||||
}
|
}
|
||||||
var id = BDFDB.generateID(Tooltips);
|
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>`);
|
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);
|
itemlayercontainer.appendChild(itemlayer);
|
||||||
|
|
||||||
var tooltip = itemlayer.firstElementChild;
|
var tooltip = itemlayer.firstElementChild;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue