Menu

#6 Case sensitivity with line.nzbname

open
nobody
None
5
2010-02-21
2010-02-21
No

The Javascript "line" object has an attribute "nzbName" (with an uppercase N), which is called "nzbname" in the latest zussaweb release as of today :

line ~151 :
json.currently_processing.each ( function (line) {
processing += line.nzbname+'<br>';
});

This leads to an "undefined" value printed in zussaweb for the currently processed file.

Simply changing it to "line.nzbName" solves the problem (don't know if it comes from a given version of hellanzb or the platform or whatever...).
My platform is Firefox 3.5 on Ubuntu karmic.

Discussion


Log in to post a comment.