Lines 208-214
Link Here
|
208 |
[% BLOCK patron_search_js %] |
208 |
[% BLOCK patron_search_js %] |
209 |
|
209 |
|
210 |
[% IF redirect_if_one_result && !redirect_url %] |
210 |
[% IF redirect_if_one_result && !redirect_url %] |
211 |
<script>console.log("Wrong call of patron_searh_js - missing redirect_url");</script> |
211 |
<script>console.log("Wrong call of patron_search_js - missing redirect_url");</script> |
212 |
[% END %] |
212 |
[% END %] |
213 |
|
213 |
|
214 |
[% INCLUDE 'select2.inc' %] |
214 |
[% INCLUDE 'select2.inc' %] |
Lines 328-334
Link Here
|
328 |
{ |
328 |
{ |
329 |
search_type: search_type, |
329 |
search_type: search_type, |
330 |
search_fields: search_fields, |
330 |
search_fields: search_fields, |
331 |
...(typeof extended_attribute_types != 'undefined' && {extended_attribute_types: extended_attribute_types}) |
331 |
extended_attribute_types: extended_attribute_types, |
332 |
} |
332 |
} |
333 |
); |
333 |
); |
334 |
|
334 |
|
335 |
- |
|
|