Skip to content

Commit

Permalink
Always starts with the dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Apr 30, 2024
1 parent 4e644a0 commit a980e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ <h2>Your Public Spreadsheets</h2>
});

$(document).ready(function() {
showDashboard()

const authorParam = new URLSearchParams(window.location.search).get('author')

if (authorParam && authorParam.length == 64) {
Expand Down
1 change: 0 additions & 1 deletion js/nostr-sheetstr.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ async function convertEventToDataArray(event) {
// not logged in
}


return data
}

Expand Down

0 comments on commit a980e9f

Please sign in to comment.