From 1bb412239d0735af11c3939bfe437cb8b49c7004 Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Thu, 16 Sep 2010 10:28:07 -0400 Subject: Big webUI patch. Quick summary: - use jQuery UI and jQuery BBQ libraries - code restructuring The patch has so many changes they can't be listed here. Many parts of the code have been rewritten from scrach. See freeipa-devel mailing list: webUI code restructuring [wall of text, diagrams, ... you've been warned!] 2010-09-07 --- install/static/develop.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 install/static/develop.js (limited to 'install/static/develop.js') diff --git a/install/static/develop.js b/install/static/develop.js new file mode 100644 index 00000000..1a80e94a --- /dev/null +++ b/install/static/develop.js @@ -0,0 +1,2 @@ +ipa_use_sampledata = (window.location.protocol == 'file:'); + -- cgit