View | Details | Raw Unified | Return to bug 17817
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-3 / +4 lines)
Lines 384-392 function Changefwk() { Link Here
384
384
385
[% INCLUDE 'select2.inc' %]
385
[% INCLUDE 'select2.inc' %]
386
<script>
386
<script>
387
  $(document).ready(function() {
387
  [%# FIXME This is broken and should be fixed, see bug 17817 %]
388
    $('.subfield_line select').select2();
388
  //$(document).ready(function() {
389
  });
389
  //  $('.subfield_line select').select2();
390
  //});
390
</script>
391
</script>
391
392
392
[% IF ( bidi ) %]
393
[% IF ( bidi ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-3 / +4 lines)
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 ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-4 / +4 lines)
Lines 46-54 $(document).ready(function(){ Link Here
46
46
47
[% INCLUDE 'select2.inc' %]
47
[% INCLUDE 'select2.inc' %]
48
<script type="text/javascript">
48
<script type="text/javascript">
49
  $(document).ready(function() {
49
  [%# FIXME This is broken and should be fixed, see bug 17817 %]
50
    $('.subfield_line select').select2();
50
  //$(document).ready(function() {
51
  });
51
  //  $('.subfield_line select').select2();
52
  //});
52
</script>
53
</script>
53
54
54
</head>
55
</head>
55
- 

Return to bug 17817