This repository was archived by the owner on Jan 21, 2020. It is now read-only.
  
  
  
  
  
Description
Hi!
When I use window.location.assign with a download link, the toolbar does not work properly and I get this javascript error on my console: Uncaught TypeError: Cannot read property 'offsetWidth' of null
Code to simulate:
<script type="text/javascript">
    window.location.assign("https://github.com/zendframework/ZendDeveloperTools/archive/master.zip");
</script> 
Thank you!