Comment 7 for bug 1576471

Revision history for this message
fruitfrog (k-mark-a) wrote :

simply removing the incorrect symbolic link and linking the correct file fixes the problem.

$ sudo rm /usr/share/nzbget/webui/lib/raphael.min.js
$ sudo ln -s ../../../javascript/raphael/raphael-min.js /usr/share/nzbget/webui/lib/raphael.min.js

thats all.
the NZBGET package has "raphael.min.js" with a dot while the actual file is "raphael-min.js"