From e88bc8104823e8946f23b47bbc45d95cf5290cdb Mon Sep 17 00:00:00 2001 From: trungch Date: Mon, 28 Mar 2016 15:46:35 +0700 Subject: [PATCH] Message alert displays error in thememagic Message alert displays error in thememagic --- source/plg_system_t3/admin/thememagic/js/thememagic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plg_system_t3/admin/thememagic/js/thememagic.js b/source/plg_system_t3/admin/thememagic/js/thememagic.js index 02e0d7d547..1a4748a249 100644 --- a/source/plg_system_t3/admin/thememagic/js/thememagic.js +++ b/source/plg_system_t3/admin/thememagic/js/thememagic.js @@ -765,7 +765,7 @@ var T3Theme = window.T3Theme || {}; T3Theme.jalert = $([ '
', - '', + '', (title ? '

' + title + '

' : ''), '

', msg, '

', '
'].join(''))