mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 11:10:08 +00:00
minor edit...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6099d1b8a3
commit
596ad57d83
@ -549,10 +549,9 @@ $(document).ready(function(){
|
||||
$('.button.prev-article').swipe({click: prevArticle})
|
||||
|
||||
// XXX STUB: for device debugging reasons...
|
||||
$('.splash')
|
||||
.swipe({click: function(){
|
||||
$('.splash').fadeOut()
|
||||
}})
|
||||
$('.splash').click(function(){
|
||||
$('.splash').fadeOut()
|
||||
})
|
||||
|
||||
|
||||
loadState()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user