Open darkwing opened 8 years ago
I bet those are different urls. Can you confirm?
Damn, you're right...but the <title>
tags on each of those pages isn't "DWB - JavaScript Consultant", it's "Modernization of Reactivity" (incorrect), "DWB - JavaScript Consultant" (correct), and "JavaScript Bind Function" (incorrect)
Oh, you know what? Maybe this is because I do AJAX page loads. Process goes like:
preventDefault
and then do an XHR to get that URL's full content (no API or anything)<title>
and content DIV to place those itemsI'm pulling some naive stuff so it's probably my fault.
Feel free to close, I think this may just be the way I do things.
Should investigate. It's possible that we're not updating the page title in time when navigations occur and history is added to the profile service.
I'm in love with myself so I visit my site often, thus I see the same stuff in history every few rows:
Some consolidation logic would be really nice.