summaryrefslogtreecommitdiff
path: root/web/scripts/growth.js
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-09-09 23:01:35 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-09-09 23:01:35 -0700
commit68cbbea819fb7680120a9649eb75750f8e05eb57 (patch)
tree8bb42d0f7b03f37dfb212a85094053df945d9a05 /web/scripts/growth.js
parentbb103fe21dc18ff4999ce750c83f50bd6499f225 (diff)
Adding missing part of noticebox icon alignment fix
Diffstat (limited to 'web/scripts/growth.js')
-rw-r--r--web/scripts/growth.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/scripts/growth.js b/web/scripts/growth.js
index 4bc7e5b..0e66bbc 100644
--- a/web/scripts/growth.js
+++ b/web/scripts/growth.js
@@ -73,7 +73,7 @@ $(document).ready(function()
function notice(msg)
{
- $('#noticebox p').html(msg)
+ $('#noticebox p span').html(msg)
$('#noticebox').slideDown();
}