From fd43a625a212f5d76902cb98f75ead79281a4f5b Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 1 Dec 2011 10:31:05 +0100 Subject: Added cross browser support of Array.indexOf method https://fedorahosted.org/freeipa/ticket/2151 --- install/ui/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/Makefile.am') diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am index 2ec047c34..2e5b3998e 100644 --- a/install/ui/Makefile.am +++ b/install/ui/Makefile.am @@ -12,6 +12,7 @@ app_DATA = \ add.js \ association.js \ automount.js \ + browser.js \ certificate.js \ details.js \ dialog.js \ -- cgit