Skip to content
Snippets Groups Projects
Commit 68389576 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

fix typo in class name

parent eb9cb4d3
No related branches found
No related tags found
No related merge requests found
Pipeline #3234 passed
......@@ -25,7 +25,7 @@ function removeAllChildren( elem ) {
}
function logout() {
document.localStorage.clear();
window.localStorage.clear();
window.location.reload();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment