URL needs to be relative, not absolute in order for in tree development

>From 24a7f6ba8c34b55b3b245885e51a034aa0b1538d Mon Sep 17 00:00:00 2001
From: Adam Young <ayo...@redhat.com>
Date: Thu, 16 Sep 2010 14:40:50 -0400
Subject: [PATCH 27/33] fix sampledata
 URL needs to be relative, not absolute in order for in tree development

---
 install/static/ipa.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/static/ipa.js b/install/static/ipa.js
index 08cb184..8110f3b 100644
--- a/install/static/ipa.js
+++ b/install/static/ipa.js
@@ -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;
 
-- 
1.7.1

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to