updated to dot notation
This commit is contained in:
parent
243cc0406f
commit
d1c334a8c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue