TESTING - Add Site Notice (Kind of required)

This commit is contained in:
Lain Iwakura 2016-09-14 05:19:17 -04:00
parent 6e00ca26be
commit 5a73f2215a

View File

@ -90,7 +90,8 @@
$('<div>') $('<div>')
.css({ .css({
margin: 8, margin: 8,
color: 'black' color: 'black',
white-space: pre-wrap,
}) })
.html(notice) .html(notice)
) )