diff options
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()); ?> |