mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 11:10:08 +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
|
||||
}
|
||||
})
|
||||
$('.button.cover').click(goToMagazineCover)
|
||||
$('.button.next-article').click(nextArticle)
|
||||
$('.button.prev-article').click(prevArticle)
|
||||
$('.button.cover').swipe({click: goToMagazineCover})
|
||||
$('.button.next-article').swipe({click: nextArticle})
|
||||
$('.button.prev-article').swipe({click: prevArticle})
|
||||
|
||||
// XXX add splash screen...
|
||||
// XXX
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user