javascript - History.js is not changing the title in the history records -


i using history.js push state in history following command:

history.pushstate({myparam1:"1",myparam:"2"},"my site sublink subsublink","www.mysite.com/sublink/subsublink") 

it's changing document title when open google chrome history page, appears as: "www.mysite.com/sublink/subsublink"

how can edit title the history list as: "mysite sublink subsublink"

it's working when use document.title don't want use it.

thanks


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -