mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
Make express restart - I think this reloads settings
This commit is contained in:
parent
1d055f2cd4
commit
2f123970e6
2 changed files with 6 additions and 14 deletions
|
@ -38,7 +38,7 @@ $(document).ready(function () {
|
|||
|
||||
/* Tell Etherpad Server to restart */
|
||||
$('#restartEtherpad').on('click', function(){
|
||||
socket.emit("restartEtherpad");
|
||||
socket.emit("restartServer");
|
||||
});
|
||||
|
||||
socket.on('saveprogress', function(progress){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue