summaryrefslogtreecommitdiffstats
path: root/install/ui/test/aci_tests.html
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-11-02 12:21:39 -0500
committerPetr Vobornik <pvoborni@redhat.com>2011-11-04 16:51:43 +0100
commit5db9fed8a5c62a65adf43f1d8c24a0e061f6b301 (patch)
tree357242cec2cb59d808f5f2c35e5624d088e5405b /install/ui/test/aci_tests.html
parent6c3e1a21d79c344dc54c7e8fe789068ccda3a48b (diff)
downloadfreeipa-5db9fed8a5c62a65adf43f1d8c24a0e061f6b301.tar.gz
freeipa-5db9fed8a5c62a65adf43f1d8c24a0e061f6b301.tar.xz
freeipa-5db9fed8a5c62a65adf43f1d8c24a0e061f6b301.zip
Moved facet code into facet.js.
Facet-related code has been moved from entity.js into a new facet.js because the file is getting too big.
Diffstat (limited to 'install/ui/test/aci_tests.html')
-rwxr-xr-xinstall/ui/test/aci_tests.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/test/aci_tests.html b/install/ui/test/aci_tests.html
index 4b024ec1..a89a97e2 100755
--- a/install/ui/test/aci_tests.html
+++ b/install/ui/test/aci_tests.html
@@ -17,6 +17,7 @@
<script type="text/javascript" src="../details.js"></script>
<script type="text/javascript" src="../search.js"></script>
<script type="text/javascript" src="../add.js"></script>
+ <script type="text/javascript" src="../facet.js"></script>
<script type="text/javascript" src="../entity.js"></script>
<script type="text/javascript" src="../association.js"></script>
<script type="text/javascript" src="../navigation.js"></script>