styling: fixing broken select2 in ldap settings #4131

This commit is contained in:
lisaq 2016-07-29 14:30:47 +02:00
parent 090b6d0339
commit eaa2cbff43

View file

@ -97,7 +97,6 @@
</div>
</div>
</%def>
## 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);
});
</script>
</%def>