Update PersonalPins.plugin.js

This commit is contained in:
Mirco Wittrien 2020-08-21 16:25:16 +02:00
parent 0ff4ab7e40
commit 22d2667d3b
1 changed files with 3 additions and 1 deletions

View File

@ -77,7 +77,9 @@ var PersonalPins = (_ => {
}
// Legacy
load () {}
load () {
if (window.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) BDFDB.PluginUtils.load(this);
}
start () {
if (!window.BDFDB) window.BDFDB = {myPlugins:{}};