diff options
author | Adam Young <ayoung@redhat.com> | 2010-08-06 10:01:44 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-08-06 11:55:38 -0400 |
commit | 125bd09faf21411fafda01e76989b4856bbd267c (patch) | |
tree | b9e2ad70165154f95463f6a69dc5d62de5821f87 /install/static/sampledata/develop.js | |
parent | a63fd83e890ed4f2ec3f0cd0f96f0a329698796a (diff) | |
download | freeipa.git-125bd09faf21411fafda01e76989b4856bbd267c.tar.gz freeipa.git-125bd09faf21411fafda01e76989b4856bbd267c.tar.xz freeipa.git-125bd09faf21411fafda01e76989b4856bbd267c.zip |
The Javascript code for the new web UI
Now with whitespace cleanup.
Diffstat (limited to 'install/static/sampledata/develop.js')
-rw-r--r-- | install/static/sampledata/develop.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/static/sampledata/develop.js b/install/static/sampledata/develop.js new file mode 100644 index 00000000..5c5275b5 --- /dev/null +++ b/install/static/sampledata/develop.js @@ -0,0 +1,3 @@ +//This should not be packaged up, and so we should only get a true value when working inside the file system +useSampleData = true; + |