From fb4efd8e2c3558b5f1ecc95f4141f8f13d813e5b Mon Sep 17 00:00:00 2001 From: Mohammed Ali Date: Wed, 28 Sep 2022 11:18:41 +0200 Subject: [PATCH] - Resolved alert title issues --- inst/bs4Dash-2.1.0/bs4Dash.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inst/bs4Dash-2.1.0/bs4Dash.js b/inst/bs4Dash-2.1.0/bs4Dash.js index b1e8495e..f18b73a7 100644 --- a/inst/bs4Dash-2.1.0/bs4Dash.js +++ b/inst/bs4Dash-2.1.0/bs4Dash.js @@ -933,11 +933,13 @@ $(function () { default: console.warn(`${config.status} does not belong to allowed statuses!`) } + closeButton = ''; + if (config.closable) { closeButton = '' } - titleTag = `
` + titleTag = `
${config.title}
` contentTag = config.content; alertTag = `