From eaa2cbff43d70660c67dea2fb234071fd052c75a Mon Sep 17 00:00:00 2001 From: lisaq Date: Fri, 29 Jul 2016 14:30:47 +0200 Subject: [PATCH] styling: fixing broken select2 in ldap settings #4131 --- rhodecode/templates/admin/auth/plugin_settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhodecode/templates/admin/auth/plugin_settings.html b/rhodecode/templates/admin/auth/plugin_settings.html index 944cf94a..4a30c430 100644 --- a/rhodecode/templates/admin/auth/plugin_settings.html +++ b/rhodecode/templates/admin/auth/plugin_settings.html @@ -97,7 +97,6 @@ - ## TODO: Ugly hack to get ldap select elements to work. ## Find a solution to integrate this nicely. @@ -114,3 +113,4 @@ $(document).ready(function() { $("#search_scope").select2(select2Options); }); +