Open GoogleCodeExporter opened 8 years ago
Suggested fix, in nagioschecker-new.js, replace the call by:
parser.downloadStatus(document.getElementById('nch-general-url').value,
{
username:document.getElementById('nch-general-username').value,
password:document.getElementById('nch-general-password').value
}
,function(urlst) {
Original comment by jcmeyrig...@gmail.com
on 10 Aug 2010 at 8:59
Small hint: use jslint.com to validate the javascript source.
Original comment by jcmeyrig...@gmail.com
on 10 Aug 2010 at 9:13
Original issue reported on code.google.com by
jcmeyrig...@gmail.com
on 10 Aug 2010 at 8:52