summaryrefslogtreecommitdiffstats
path: root/views/pages
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-25 01:18:08 -0700
committerraylu <raylu@mixpanel.com>2011-07-25 01:18:08 -0700
commitf3b9ded2327c22e196b6b0b2d0a6953263013dec (patch)
tree665dfba08cdb1db12e704128eabd3416932450bf /views/pages
parent56c76f14e3aa63448ec648529bba0f810b24151e (diff)
downloadotakuhub-f3b9ded2327c22e196b6b0b2d0a6953263013dec.tar.xz
fix up animelist add view
Diffstat (limited to 'views/pages')
-rw-r--r--views/pages/home.html.php4
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();
});