javascript - Bookmarklet JS Location doesn't change on second click -


with following bookmarklet want open url:

javascript:function z() {return 'https://www.google.com/analytics/web/?hl=de&pli=1#dashboard/x-gsslprqzqukvo4_jarxg/a3789910asdf263939/%3f_u.date00%3d20140413%26_u.date01%3d20140413%26_.useg%3d/'; }  window.location = z(); 

it works fine, on second time click on bookmarklet not loading url anew, diplays it. html content. should load same url again.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -