summaryrefslogtreecommitdiff
path: root/web/scripts
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
commit36a347eb5eb247da324d1f76116828ab95d255ae (patch)
tree98dbc566743818627b96c619411960bebbd80f01 /web/scripts
parentbc385cd7620df50110e57ac40bb5138f55d3b5a2 (diff)
Adding missing part of noticebox icon alignment fix
Diffstat (limited to 'web/scripts')
-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();
}