ajax pause - any key to resume
This commit is contained in:
@@ -100,6 +100,14 @@
|
||||
$('#pause').html('');
|
||||
}
|
||||
}
|
||||
else {
|
||||
// any key to resume
|
||||
if(stopped == true) {
|
||||
stopped = false;
|
||||
$('#pause').html('');
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user