update ctags command
This commit is contained in:
parent
08aeec6783
commit
67b2461771
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue