Added scrollbar. Just because fuk

This commit is contained in:
kasperrt
2015-03-16 20:55:54 +01:00
parent f5b8848b61
commit 635bc78f6c
2 changed files with 4 additions and 3 deletions

View File

@@ -64,9 +64,10 @@ function updateList()
{
myScroll = new IScroll('#playlist', {
mouseWheel: true,
scrollbars: false,
scrollbars: true,
scrollY: true,
interactiveScrollbars: false
interactiveScrollbars: true,
fadeScrollbars: true
});
scroller = true;
}else

View File

@@ -1,5 +1,5 @@
<div class="footer small centered top anim">
&copy; <?php echo date("Y"); ?> <a class="anim" href="//nixo.no">Nixo</a> &amp; <a class="anim" href="//kasperrt.no">KasperRT </a>
&copy; <?php //echo date("Y"); ?> <a class="anim" href="//nixo.no">Nixo</a> &amp; <a class="anim" href="//kasperrt.no">KasperRT </a>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>