Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-06-01 16:54:29 +02:00
parent 5d064323c1
commit 29042e8339
1 changed files with 1 additions and 1 deletions

View File

@ -8319,7 +8319,7 @@ module.exports = (_ => {
});
}
};
next(languages.shift());
if (stringKeys.length) next(languages.shift());
};
BDFDB.DevUtils.req = InternalBDFDB.getWebModuleReq();