Skip to content

Commit

Permalink
Merge pull request #220 from BizziQuest/153-display-notice-to-users-o…
Browse files Browse the repository at this point in the history
…n-older-browsers

last effort to display alert for older browsers
  • Loading branch information
skamansam authored Sep 27, 2023
2 parents 0348c8c + f144c74 commit e060f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const obj={test: 1};
const allowChainingTest = obj?.test;
} catch (e) {

alert('Your browser is not supported. Please update your browser to the latest version.');
}
</script>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dev": "firebase emulators:exec --only firestore,auth --ui 'pnpm serve'",
"fb:cypress": "firebase emulators:exec --only firestore,auth 'pnpm cypress open'",
"fb:deploy": "firebase deploy",
"fb:dev": "firebase emulators:exec --only firestore,auth --ui --import tests/data 'pnpm serve --open'",
"fb:dev": "firebase emulators:exec --only firestore,auth --ui --import tests/data 'pnpm serve'",
"fb:dev:clean": "firebase emulators:exec --only firestore,auth 'yarn serve --open'",
"fb:e2e": "firebase emulators:exec --only firestore,auth 'yarn test:e2e --mode=development'",
"fb:e2e:clean": "firebase emulators:exec --only firestore,auth 'yarn test:e2e --headless --mode=development'",
Expand Down

0 comments on commit e060f03

Please sign in to comment.