ajax pause - any key to resume
This commit is contained in:
parent
40092c83a5
commit
5307225682
2
boot.php
2
boot.php
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define ( 'FRIENDIKA_VERSION', '2.2.1046' );
|
||||
define ( 'FRIENDIKA_VERSION', '2.2.1047' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
|
||||
define ( 'DB_UPDATE_VERSION', 1076 );
|
||||
|
||||
|
|
|
@ -100,6 +100,14 @@
|
|||
$('#pause').html('');
|
||||
}
|
||||
}
|
||||
else {
|
||||
// any key to resume
|
||||
if(stopped == true) {
|
||||
stopped = false;
|
||||
$('#pause').html('');
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue