diff options
author | raylu <raylu@mixpanel.com> | 2011-07-25 01:18:08 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-25 01:18:08 -0700 |
commit | f3b9ded2327c22e196b6b0b2d0a6953263013dec (patch) | |
tree | 665dfba08cdb1db12e704128eabd3416932450bf /views/pages/home.html.php | |
parent | 56c76f14e3aa63448ec648529bba0f810b24151e (diff) | |
download | otakuhub-f3b9ded2327c22e196b6b0b2d0a6953263013dec.tar.xz |
fix up animelist add view
Diffstat (limited to 'views/pages/home.html.php')
-rw-r--r-- | views/pages/home.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/pages/home.html.php b/views/pages/home.html.php index 227a18b..7fcfefb 100644 --- a/views/pages/home.html.php +++ b/views/pages/home.html.php @@ -1,5 +1,5 @@ <?php -$this->styles($this->html->style("/css/home.css")); +$this->styles($this->html->style('home.css')); ?> <h1>The Otaku Social Network</h1> @@ -84,7 +84,7 @@ $this->styles($this->html->style("/css/home.css")); <br class="cl" /> <?php ob_start(); ?> -<script type="text/javascript"> +<script> $(document).ready(function() { $(".scrollable").scrollable(); }); |