trying to use the javascript debugger but I find it throws an error. org.mozilla.javascript.ecmaerror typeerror cannot read property "alfresco" from header.get.js#30(eval)#1
Line 30 ( I have not changed anything yet ) favourites = eval('try{(prefs.' + PREF_FAVOURITE_SITES + ')}catch(e){}')
whats the issue. I commented the line out and it seems to work now.
It's a quirk of the Rhino debugger. Even though we wrap the JavaScript in a try…catch block, it still throws the exception out. You can safely ignore it - it's just an annoyance.