From: miker Date: Fri, 11 May 2007 03:58:45 +0000 (+0000) Subject: correcting the IDL path X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=876c81d06f64ed7d32448fbc060ea3dbf107cfaa;p=Evergreen.git correcting the IDL path git-svn-id: svn://svn.open-ils.org/ILS/trunk@7238 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/reports/xul/source-setup.js b/Open-ILS/web/reports/xul/source-setup.js index 233d11fce6..548d6c6236 100644 --- a/Open-ILS/web/reports/xul/source-setup.js +++ b/Open-ILS/web/reports/xul/source-setup.js @@ -35,7 +35,7 @@ function sortLabels (a,b) { function loadIDL() { var req = new XMLHttpRequest(); - req.open('GET', 'fm_IDL.xml', true); + req.open('GET', '../fm_IDL.xml', true); req.onreadystatechange = function() { if( req.readyState == 4 ) { oilsIDL = req.responseXML;