I am currently building an app that fully supports ajax page load. After an initial page load, navigating through the website only loads the content and not the header or the menu.
The whole app is working great but I would like to refresh the web profiler tool bar to show the last ajax request information.
I got the xdebug token from the response header and I am trying to extend the javascript part to replace the current content of toolbar but I haven't been successful yet.
How can I accomplish this? Is there anything specific I should be aware of?