From 9d72ad8183d2a026cc9463bf8d10c7b7c896e76a Mon Sep 17 00:00:00 2001 From: MarkEEaton Date: Mon, 6 Mar 2023 12:17:55 -0500 Subject: [PATCH] fix typo --- groups/home/Vue3-v.1-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups/home/Vue3-v.1-css.html b/groups/home/Vue3-v.1-css.html index 7d0ec52..30998ab 100644 --- a/groups/home/Vue3-v.1-css.html +++ b/groups/home/Vue3-v.1-css.html @@ -452,7 +452,7 @@ if (window.isES6 == false) { - document.getElementById('obsolete_browser_alert').innerHTML = '
WARNING! Unsupported browser!
It looks like you\'re using and old browser.
This website works best with modern browsers such as the latest versions of Chrome, Firefox, Safari, and Edge.
If you continue with this browser, many parts of this site will not work and you will see unexpected results.
'; + document.getElementById('obsolete_browser_alert').innerHTML = '
WARNING! Unsupported browser!
It looks like you\'re using an old browser.
This website works best with modern browsers such as the latest versions of Chrome, Firefox, Safari, and Edge.
If you continue with this browser, many parts of this site will not work and you will see unexpected results.
'; } }