update ctags command
This commit is contained in:
parent
08aeec6783
commit
67b2461771
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ all: fake
|
||||||
@echo "you don't need to build anything."
|
@echo "you don't need to build anything."
|
||||||
|
|
||||||
tags: fake
|
tags: fake
|
||||||
ctags damus.js nostr.js > $@
|
find js -name '*.js' | grep -v noble-secp256k1 | xargs ctags > "$@"
|
||||||
|
|
||||||
emojiregex: fake
|
emojiregex: fake
|
||||||
@curl -sL 'https://raw.githubusercontent.com/mathiasbynens/emoji-test-regex-pattern/main/dist/latest/javascript.txt'
|
@curl -sL 'https://raw.githubusercontent.com/mathiasbynens/emoji-test-regex-pattern/main/dist/latest/javascript.txt'
|
||||||
|
|
|
@ -728,7 +728,7 @@ function shouldnt_render_event(model, ev, opts) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function press_logout() {
|
function press_logout() {
|
||||||
if (confirm("Are you sure you want to logout?")) {
|
if (confirm("Are you sure you want to sign out?")) {
|
||||||
localStorage.clear();
|
localStorage.clear();
|
||||||
const url = new URL(location.href)
|
const url = new URL(location.href)
|
||||||
url.searchParams.delete("pk")
|
url.searchParams.delete("pk")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue