mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-01 04:20:20 +00:00
another experiment........
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
66842abc4a
commit
e675000c69
@ -116,10 +116,10 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
function scroll_monitor(){
|
function scroll_monitor(){
|
||||||
clearTimeout(t)
|
clearTimeout(t)
|
||||||
if(touching){
|
if(!touching){
|
||||||
t = setTimeout(scroll_monitor, TIMEOUT)
|
t = setTimeout(function(){
|
||||||
} else {
|
|
||||||
log('scrolling done...')
|
log('scrolling done...')
|
||||||
|
}, TIMEOUT)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user