From 314b72be820c17db925b4ac86f3cf02d55ac36c7 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 24 Jan 2021 15:01:11 +0100 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 46d3bc5d82..3ff697f82e 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -1102,7 +1102,6 @@ module.exports = (_ => { let app = document.querySelector(BDFDB.dotCN.app) || document.body; if (!app) return; let id = BDFDB.NumberUtils.generateId(Toasts); - let orientation = ToastOrientations[config.orientation] || ToastOrientations.left; let orientation = ToastOrientations[config.orientation] || ""; let toasts = document.querySelector(BDFDB.dotCN.toasts + (orientation ? BDFDB.dotCN[orientation] : "")); if (!toasts) {