![]() |
Latest version of Chrome throwing errors for PVii js files - Printable Version +- WA Forums (https://webassist-pro.com/WAforum) +-- Forum: Introduction (https://webassist-pro.com/WAforum/forumdisplay.php?fid=1) +--- Forum: Project Seven (https://webassist-pro.com/WAforum/forumdisplay.php?fid=10) +--- Thread: Latest version of Chrome throwing errors for PVii js files (/showthread.php?tid=31) |
Latest version of Chrome throwing errors for PVii js files - I-CRE8 - 02-07-2025 The latest version of Chrome has deprecated the unload event, see https://developer.chrome.com/docs/web-platform/deprecating-unload, this is causing issues with a lot of PVII's scripts. In my case on the site I am working on both AMM and MBX are affected. The fix is to change the unload event to before unload like so: Code: function P7_MBXaddLoad(){ Hope that helps RE: Latest version of Chrome throwing errors for PVii js files - bizpat (Patrice) - 02-09-2025 Thank you! I will go through all of my sites this week to make the change, since they ALL use AMM. Most appreciated! |