Forum Discussion
I am having the same problem in both Crome and Edge on Windows. I want to download the Cyclone 10 LP device support package for Quartus 20.1.1 - but nothing happens after I accept the disclaimer. Seems like some javascript problem. Downloading the 1.6GB full update is not an option on my current link, so it would be nice of the download for older components could be fixed.
Seems to be a problem with a tracking cookie, I see this error in the console:
common.js:36
Uncaught TypeError: Cannot read properties of undefined (reading 'trackDownload')
at recordOutboundLink (common.js:36)
at Object.success (common.js:179)
at c (jquery-3.6.0.min.js:2)
at Object.fireWith [as resolveWith] (jquery-3.6.0.min.js:2)
at l (jquery-3.6.0.min.js:2)
at XMLHttpRequest.<anonymous> (jquery-3.6.0.min.js:2)
And as suggested in a Reddit thread, uncommenting line 36 in common.js allows the file to be downloaded. ( Editing javascrip in the browser )