##// END OF EJS Templates
styling: fixing broken select2 in ldap settings #4131
lisaq -
r516:f6a71877 default
parent child Browse files
Show More
@@ -97,7 +97,6 b''
97
97
98 </div>
98 </div>
99 </div>
99 </div>
100 </%def>
101
100
102 ## TODO: Ugly hack to get ldap select elements to work.
101 ## TODO: Ugly hack to get ldap select elements to work.
103 ## Find a solution to integrate this nicely.
102 ## Find a solution to integrate this nicely.
@@ -114,3 +113,4 b''
114 $("#search_scope").select2(select2Options);
113 $("#search_scope").select2(select2Options);
115 });
114 });
116 </script>
115 </script>
116 </%def>
General Comments 0
You need to be logged in to leave comments. Login now