diff options
author | raylu <raylu@mixpanel.com> | 2011-07-04 02:09:47 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-04 02:10:36 -0700 |
commit | 0bcf819b071545d8e536bd2f224a13c9e58fb185 (patch) | |
tree | 6a5a78aab1dad20d05d754f7d74db7e235b17098 /views/pages | |
parent | f930e120150969a2c882776e2fa6e424521ae00f (diff) | |
download | otakuhub-0bcf819b071545d8e536bd2f224a13c9e58fb185.tar.xz |
reorganize JS
Diffstat (limited to 'views/pages')
-rw-r--r-- | views/pages/home.html.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/pages/home.html.php b/views/pages/home.html.php index 9d39b95..bdb46ca 100644 --- a/views/pages/home.html.php +++ b/views/pages/home.html.php @@ -81,3 +81,11 @@ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p> <br class="cl" /> + +<?php ob_start(); ?> +<script type="text/javascript"> +$(document).ready(function() { + $(".scrollable").scrollable(); +}); +</script> +<?php $this->scripts(ob_get_clean()); ?> |