mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 19:20:09 +00:00
changed event handlers...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d43d1c4c4d
commit
5d7c512f34
@ -36,9 +36,9 @@ $(document).ready(function(){
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
$('.button.cover').click(goToMagazineCover)
|
$('.button.cover').swipe({click: goToMagazineCover})
|
||||||
$('.button.next-article').click(nextArticle)
|
$('.button.next-article').swipe({click: nextArticle})
|
||||||
$('.button.prev-article').click(prevArticle)
|
$('.button.prev-article').swipe({click: prevArticle})
|
||||||
|
|
||||||
// XXX add splash screen...
|
// XXX add splash screen...
|
||||||
// XXX
|
// XXX
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user