From 5db9fed8a5c62a65adf43f1d8c24a0e061f6b301 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 2 Nov 2011 12:21:39 -0500 Subject: 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. --- install/ui/test/aci_tests.html | 1 + install/ui/test/all_tests.html | 1 + install/ui/test/details_tests.html | 1 + install/ui/test/entity_tests.html | 1 + install/ui/test/navigation_tests.html | 1 + 5 files changed, 5 insertions(+) (limited to 'install/ui/test') 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 @@ + diff --git a/install/ui/test/all_tests.html b/install/ui/test/all_tests.html index 7af7e02b..7c8b0dff 100644 --- a/install/ui/test/all_tests.html +++ b/install/ui/test/all_tests.html @@ -14,6 +14,7 @@ + diff --git a/install/ui/test/details_tests.html b/install/ui/test/details_tests.html index e83e70e2..cce259de 100644 --- a/install/ui/test/details_tests.html +++ b/install/ui/test/details_tests.html @@ -12,6 +12,7 @@ + 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 @@ + diff --git a/install/ui/test/navigation_tests.html b/install/ui/test/navigation_tests.html index 3a4e6f7d..9d7f1d0d 100644 --- a/install/ui/test/navigation_tests.html +++ b/install/ui/test/navigation_tests.html @@ -9,6 +9,7 @@ + -- cgit