update ctags command

This commit is contained in:
William Casarin 2022-11-12 13:13:20 -08:00
parent 08aeec6783
commit 67b2461771
2 changed files with 2 additions and 2 deletions

View file

@ -728,7 +728,7 @@ function shouldnt_render_event(model, ev, opts) {
}
function press_logout() {
if (confirm("Are you sure you want to logout?")) {
if (confirm("Are you sure you want to sign out?")) {
localStorage.clear();
const url = new URL(location.href)
url.searchParams.delete("pk")