From a10fcb55f3d92343d5bce8f44c8927d6b6168c25 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Wed, 14 Sep 2016 05:22:37 -0400 Subject: [PATCH] TESTING - Add Site Notice (Kind of required) --- app/views/layouts/default.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index 0474f70..107a7f8 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -87,13 +87,7 @@ flexDirection: 'column' }) .append( - $('
') - .css({ - margin: 8, - color: 'black', - white-space: pre-wrap, - }) - .html(notice) + $('
').css({ margin: 8, color: 'black', white-space: pre-wrap }).html(notice) ) .append( $('
')