mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 11:10:08 +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(){
|
||||
clearTimeout(t)
|
||||
if(touching){
|
||||
t = setTimeout(scroll_monitor, TIMEOUT)
|
||||
} else {
|
||||
log('scrolling done...')
|
||||
if(!touching){
|
||||
t = setTimeout(function(){
|
||||
log('scrolling done...')
|
||||
}, TIMEOUT)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user