diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-09 23:01:35 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-09 23:01:35 -0700 |
commit | 36a347eb5eb247da324d1f76116828ab95d255ae (patch) | |
tree | 98dbc566743818627b96c619411960bebbd80f01 /web | |
parent | bc385cd7620df50110e57ac40bb5138f55d3b5a2 (diff) |
Adding missing part of noticebox icon alignment fix
Diffstat (limited to 'web')
-rw-r--r-- | web/scripts/growth.js | 2 |
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(); } |