[opencms-dev] Problems on Chrome version 71

kokkoz kokkoz at tiscali.it
Fri Dec 21 15:05:52 CET 2018


I have fix the problem in the file 
/system/workplace/resources/commons/explorer.js
replace the line 650 
+ "document.onmouseup = top.handleOnClick;\n"
with this one
+ "document.onmouseup = function(e){top.handleOnClick(e);};\n"

byee



--
Sent from: http://opencms.996256.n3.nabble.com/



More information about the opencms-dev mailing list