summaryrefslogtreecommitdiffstats
path: root/install/ui/test/entity_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/entity_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/entity_tests.html')
-rw-r--r--install/ui/test/entity_tests.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/test/entity_tests.html b/install/ui/test/entity_tests.html
index bd48db20..1b491889 100644
--- a/install/ui/test/entity_tests.html
+++ b/install/ui/test/entity_tests.html
@@ -15,6 +15,7 @@
<script type="text/javascript" src="../add.js"></script>
<script type="text/javascript" src="../association.js"></script>
<script type="text/javascript" src="../navigation.js"></script>
+ <script type="text/javascript" src="../facet.js"></script>
<script type="text/javascript" src="../entity.js"></script>
<script type="text/javascript" src="entity_tests.js"></script>
</head>