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' %] |
215 |
- |
|
|