Make express restart - I think this reloads settings

This commit is contained in:
johnyma22 2012-11-02 15:21:12 +00:00
parent 1d055f2cd4
commit 2f123970e6
2 changed files with 6 additions and 14 deletions

View file

@ -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){