mirror of
https://github.com/flynx/PortableMag.git
synced 2025-12-18 17:41:47 +00:00
minor edit...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
99989e6a6c
commit
f0568061f0
@ -543,6 +543,13 @@ $(document).ready(function(){
|
|||||||
$('.button.next-article').swipe({click: nextArticle})
|
$('.button.next-article').swipe({click: nextArticle})
|
||||||
$('.button.prev-article').swipe({click: prevArticle})
|
$('.button.prev-article').swipe({click: prevArticle})
|
||||||
|
|
||||||
|
// XXX STUB: for device debugging reasons...
|
||||||
|
$('.splash')
|
||||||
|
.swipe({click: function(){
|
||||||
|
$('.splash').fadeOut()
|
||||||
|
}})
|
||||||
|
|
||||||
|
|
||||||
loadState()
|
loadState()
|
||||||
|
|
||||||
togglePageView('on')
|
togglePageView('on')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user