updated to dot notation

This commit is contained in:
Jason Wheeler 2022-09-20 10:27:53 -04:00
parent 243cc0406f
commit d1c334a8c5

View file

@ -16,7 +16,7 @@ const routes = [
if(issPage === undefined) if(issPage === undefined)
{ {
issPage = issPageValues.issPageValues["WELCOME_PAGE"]; issPage = issPageValues.issPageValues.WELCOME_PAGE;
} }
if (router.hasRoute(issPage)) { if (router.hasRoute(issPage)) {