diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-03 14:35:21 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-03 14:35:21 -0400 |
commit | bb081e4bf5431e6a707297419a970346971d41ae (patch) | |
tree | 42cc7ce948e9717dfe3bd0d547ed72474a9b15fd /view/theme/dispy/bottom.tpl | |
parent | 1a13c56fef31ccff494e33cc5634eed6cd567eb5 (diff) | |
download | volse-hubzilla-bb081e4bf5431e6a707297419a970346971d41ae.tar.gz volse-hubzilla-bb081e4bf5431e6a707297419a970346971d41ae.tar.bz2 volse-hubzilla-bb081e4bf5431e6a707297419a970346971d41ae.zip |
forgot to move modernizr up. modernizr needs to be in <head>, like html5shiv (which it includes)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/bottom.tpl')
-rw-r--r-- | view/theme/dispy/bottom.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/theme/dispy/bottom.tpl b/view/theme/dispy/bottom.tpl index 1af83e4c8..130bfb25a 100644 --- a/view/theme/dispy/bottom.tpl +++ b/view/theme/dispy/bottom.tpl @@ -44,4 +44,3 @@ function cmtBbOpen(id) { $(".comment-edit-bb-" + id).show(); } </script> -<script type="text/javascript" src="$baseurl/view/theme/dispy/js/modernizr.custom.2.5.3.min.js"></script> |