Dear @nolimits4web,
I am working on a small web site using F7 v6.0.15. Something odd happens on one of my routes, say /docs/; when I first click a link to it, the pageInit() is called and everything is OK. If the user is not logged in, I ask him to log in first by clicking a link to /login/ route. After logging in, if I click /docs/, pageInit() is called again, and the page is empty (page.$el.find('script') returns null). What can cause this? I have been banging my head to the desk for last few hours… any help would be appreciated.
PS: I am using stacked pages in a single HTML file, if that matters.
Thanks.
