Reset instead of restarting

This commit is contained in:
Pierre HUBERT 2020-03-31 10:44:54 +02:00
parent 89519e2a62
commit 1f4c4f595c

View File

@ -62,7 +62,7 @@ class UserWebSocket {
notify("Disconnected from the server, page will be reloaded in "+num_seconds+" seconds !", "danger");
setTimeout(() => {
ComunicWeb.common.system.restart();
ComunicWeb.common.system.reset();
}, num_seconds*1000);
}