Skip to content

Commit

Permalink
fix: remove browser disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Mar 4, 2024
1 parent d3ee451 commit ea4499f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/index.template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@

<div id="app"></div>

<script>
(function () {
var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor);
if (!isChrome) {
alert('This application was designed to be used in Google Chrome.\nRunning the application in other browsers might result in performance issues or other misbehavior.');
}
})();
</script>

</body>

</html>

0 comments on commit ea4499f

Please sign in to comment.