Hi
I'm getting JS errors when using Safar webbrowser from a Mac:
TypeError: Undefined value
/nav/jsLibrary.php Line: 2427
--- snip ---
function updateLight_scheduleAccessCheck() {
name = "updateLight_checkAccess";
var job = new Object();
job["function"] = updateLight_checkAccess;
job["name"] = name;
top.code.scheduler_addJob(name, job); // Line 2427
}
Undefined Value:
/nav/cList.phproot=root Line: 24
--- snip ---
// build site map
siteMap = new Object();
top.siteMap = siteMap;
siteMap.nuonce_base_mysql = new top.code.mItem_Item
("nuonce_base_mysql", "MySQL", "Mini MySQL Control Panel", "", "/
nuonce/mysql/mysql.php", false, true, "", "", ""); // Line 24
siteMap.nuonce_remoteProfile = new top.code.mItem_Item
("nuonce_remoteProfile", "Remote Access", "Access your server
remotely", "", "", false, true, "", "", "");
Anybody seen this error before?
It doesn't render the page ...
--
Rene