changeset 40:bd343ef0942f

mathieui: Reload the page on logout.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 23 May 2020 18:03:38 +0200
parents faf2283e2bd6
children 6a42b1783c9d
files client.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client.js
+++ b/client.js
@@ -148,5 +148,6 @@ document.addEventListener('DOMContentLoa
         while (table.hasChildNodes()) {
             table.removeChild(table.lastChild);
         }
+        location.reload();
     }
 });