()
| 1649 | } |
| 1650 | |
| 1651 | function goStartPath() |
| 1652 | { |
| 1653 | const root = history.root(); |
| 1654 | |
| 1655 | if(root.indexLabel?.has && !root.recentlyOpened) |
| 1656 | indexLabel = root.indexLabel; |
| 1657 | |
| 1658 | if(root.recentlyOpened) |
| 1659 | recentlyOpened.load(true); |
| 1660 | else |
| 1661 | loadIndexPage(true, false); |
| 1662 | } |
| 1663 | |
| 1664 | var barBackStatus = false; |
| 1665 |
nothing calls this directly
no test coverage detected