fix sampledata

URL needs to be relative, not absolute in order for in tree development
This commit is contained in:
Adam Young 2010-09-16 14:40:50 -04:00
parent 9b64a132e0
commit 90f612cb44

View File

@ -21,7 +21,7 @@
/* IPA JSON-RPC helper */
var IPA_DEFAULT_JSON_URL = '/ipa/json';
var IPA_SAMPLEDATA_URL = '/ipa/ui/sampledata';
var IPA_SAMPLEDATA_URL = 'sampledata';
var ipa_use_sampledata = false;