summaryrefslogtreecommitdiffstats
path: root/install/ui/extension.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed rpm build warning - extension.js listed twicePetr Vobornik2012-03-191-0/+0
| | | | | | | | | | | | | Building the ipa rpms returns this: warning: File listed twice: /usr/share/ipa/ui/extension.js This is because of a glob: %{_usr}/share/ipa/ui/*.js and then more specifically: %config(noreplace) %{_usr}/share/ipa/ui/extension.js https://fedorahosted.org/freeipa/ticket/2253
* Removed develop.js.Endi S. Dewata2011-11-141-0/+0
The develop.js is no longer necessary because the code in it has been merged into the main code. An empty extension.js has been added to provide a place for UI customization. Ticket #2099