1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14039] Only show log container when it has content

PHPBB3-14039
This commit is contained in:
Mate Bartus
2015-10-18 11:33:49 +02:00
parent 6b561b9eae
commit 74ae7d2a8d
2 changed files with 4 additions and 2 deletions

View File

@@ -69,7 +69,7 @@
case 'log':
$msgElement.addClass('log');
$logContainer.prepend($msgElement);
$logContainer.addClass('show_border');
$logContainer.addClass('show_log_container');
break;
case 'success':
$msgElement.addClass('successbox');