diff options
author | Adam Young <ayoung@redhat.com> | 2010-11-12 15:23:58 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2010-11-14 01:53:47 -0500 |
commit | 828f87e4a6996c0509e7ea65fd6d090bc6ee90b8 (patch) | |
tree | 4a9fdd65d0ab9c6832b5eaac0294ff428a72f7d1 /install/static/user.js | |
parent | 821987fe674d2685809d6150316b3a99bda37b6a (diff) | |
download | freeipa-828f87e4a6996c0509e7ea65fd6d090bc6ee90b8.tar.gz freeipa-828f87e4a6996c0509e7ea65fd6d090bc6ee90b8.tar.xz freeipa-828f87e4a6996c0509e7ea65fd6d090bc6ee90b8.zip |
more css cleanup remove quick links css very close to specs
Diffstat (limited to 'install/static/user.js')
-rw-r--r-- | install/static/user.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/static/user.js b/install/static/user.js index 035bf9e74..74c003e58 100644 --- a/install/static/user.js +++ b/install/static/user.js @@ -27,7 +27,6 @@ ipa_entity_set_search_definition('user', [ ['mail', 'EMAIL', null], ['telephonenumber', 'Phone', null], ['title', 'Job Title', null], - ['quick_links', 'Quick Links', ipa_entity_quick_links] ]); ipa_entity_set_add_definition('user', [ |