|
Lines 130-138
function confirm_deletion() {
Link Here
|
| 130 |
|
130 |
|
| 131 |
[% INCLUDE 'select2.inc' %] |
131 |
[% INCLUDE 'select2.inc' %] |
| 132 |
<script type="text/javascript"> |
132 |
<script type="text/javascript"> |
| 133 |
$(document).ready(function() { |
133 |
[%# FIXME This is broken and should be fixed, see bug 17817 %] |
| 134 |
$('.subfield_line select').select2(); |
134 |
//$(document).ready(function() { |
| 135 |
}); |
135 |
// $('.subfield_line select').select2(); |
|
|
136 |
//}); |
| 136 |
</script> |
137 |
</script> |
| 137 |
|
138 |
|
| 138 |
[% IF ( bidi ) %] |
139 |
[% IF ( bidi ) %] |