comparison client.js @ 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 d9da5c3e305d
children fe59565063af
comparison
equal deleted inserted replaced
39:faf2283e2bd6 40:bd343ef0942f
146 } 146 }
147 table = document.getElementById('pep-table'); 147 table = document.getElementById('pep-table');
148 while (table.hasChildNodes()) { 148 while (table.hasChildNodes()) {
149 table.removeChild(table.lastChild); 149 table.removeChild(table.lastChild);
150 } 150 }
151 location.reload();
151 } 152 }
152 }); 153 });