mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added scrollbar. Just because fuk
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="footer small centered top anim">
|
||||
© <?php echo date("Y"); ?> <a class="anim" href="//nixo.no">Nixo</a> & <a class="anim" href="//kasperrt.no">KasperRT </a>
|
||||
© <?php //echo date("Y"); ?> <a class="anim" href="//nixo.no">Nixo</a> & <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>
|
||||
|
||||
Reference in New Issue
Block a user