There have been changes to this script. Make sure you clear your browser cache.
Thomas sfdevone wrote: > Hello, > > installing the latest dev CVS I get JS error, apparently in this eval: > > // if we get javascript code from server -> execute it > if (request_obj.get_text() && (ctype=='text/javascript' || > ctype=='application/x-javascript')) > eval(request_obj.get_text()); > > Firefox JS console shows > > Error: illegal character > Source File: http://www.domain.tld/program/js/app.js > Line: 3027 > Source Code: > ¡&�(1���� > > Keep in mind that some of my folder names are screwed up (I'm working on > resolving this issue when using another charset - folders seem to get > messed up while showing fine when language is English). > > Additionally, it seems that search function is broken for my > installation (while it used to work with the latest anonymous CVS). > Anyone to give a hint? Can someone else verify this behavior? I am not > sure these two issues are related. > > Ok, more on this... Replacing eval with alert shows: > > remote response etc etc > this.set_unread_count('INBOX', 40); > ¡&�(1���� > > Some of my folders are strangely named but even when I delete all > folders and only have INBOX (in English), it still shows it. > > If anyone needs access to the installation, let me know. > > Thanks, > SF > >
