Loading...
 
Skip to main content

Features / Usability


Username popup fix

posts: 80 Austria

This is the fix for multilevel menu username popup info corruptin.
In lib/overlib.js around line: 566

in ''lib/overlib.js'' around line: 566 change from:
Copy to clipboard
iwidth = windowWidth__~~red:()~~__;
to
Copy to clipboard
iwidth = windowWidth;

This should be changes anyway in the new release.