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

@ -3,7 +3,7 @@ all: fake
@echo "you don't need to build anything."
tags: fake
ctags damus.js nostr.js > $@
find js -name '*.js' | grep -v noble-secp256k1 | xargs ctags > "$@"
emojiregex: fake
@curl -sL 'https://raw.githubusercontent.com/mathiasbynens/emoji-test-regex-pattern/main/dist/latest/javascript.txt'

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")