I've identified a quick fix for this issue.
I am woring on an update for the module, but if you are not in a position to wait for it, then follow these easy steps:
- Locate the SiteMap.js file located in "YOUR_ROOT/DesktopModules/IIT - DNN SiteMap" folder
- Open it and go to Line # 295
- Replace this line:
str += ' onmouseover="window.status=\'' + node.name + '\'; ';
with
//str += ' onmouseover="window.status=\'' + node.name + '\'; ';
That's it!... the offending code will no longer produce the error.
I'll let you all know when a release with the proper fix is available.
Thank you for your patience.
|