Add punctuation.

Signed-off-by: NickWingate <nicholas.wingate03@gmail.com>
Change-Id: I448cf2d351f8c980b9af64963707972e58858fba
This commit is contained in:
NickWingate 2021-08-18 21:17:29 +01:00 committed by Pranam Lashkari
parent 823ab3840a
commit fed5a2ccfa

View file

@ -95,7 +95,7 @@ window.bundlejsLoaded = true;
////// Unsuported Browser Warning ///// ////// Unsuported Browser Warning /////
if (L.Browser.isInternetExplorer) { if (L.Browser.isInternetExplorer) {
vex.dialog.alert('Warning! The browser you are using is not supported'); vex.dialog.alert('Warning! The browser you are using is not supported.');
} }
}(window)); }(window));