mirror of
https://github.com/friendica/friendica
synced 2025-04-25 02:30:11 +00:00
ajax pause - any key to resume
This commit is contained in:
parent
40092c83a5
commit
5307225682
2 changed files with 9 additions and 1 deletions
|
@ -100,6 +100,14 @@
|
|||
$('#pause').html('');
|
||||
}
|
||||
}
|
||||
else {
|
||||
// any key to resume
|
||||
if(stopped == true) {
|
||||
stopped = false;
|
||||
$('#pause').html('');
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue