mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix sampledata
URL needs to be relative, not absolute in order for in tree development
This commit is contained in:
parent
9b64a132e0
commit
90f612cb44
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user