|
@ -31,7 +31,7 @@ class NavigationHandler { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
create() { |
|
|
create() { |
|
|
if (this.options.showNavigationIcons === true) { |
|
|
|
|
|
|
|
|
if (this.options.navigationButtons === true) { |
|
|
if (this.iconsCreated === false) { |
|
|
if (this.iconsCreated === false) { |
|
|
this.loadNavigationElements(); |
|
|
this.loadNavigationElements(); |
|
|
} |
|
|
} |
|
|