Lines 120-131
$(document).ready(function () {
Link Here
|
120 |
|
120 |
|
121 |
let blocked_actions_select = $("select#block_expired[multiple='multiple']"); |
121 |
let blocked_actions_select = $("select#block_expired[multiple='multiple']"); |
122 |
blocked_actions_select.multipleSelect({ |
122 |
blocked_actions_select.multipleSelect({ |
123 |
placeholder: _("Please select ..."), |
123 |
placeholder: __("Please select ..."), |
124 |
selectAll: false, |
124 |
selectAll: false, |
125 |
hideOptgroupCheckboxes: true, |
125 |
hideOptgroupCheckboxes: true, |
126 |
allSelected: _("All selected"), |
126 |
allSelected: __("All selected"), |
127 |
countSelected: _("# of % selected"), |
127 |
countSelected: __("# of % selected"), |
128 |
noMatchesFound: _("No matches found"), |
128 |
noMatchesFound: __("No matches found"), |
129 |
onClick: function (view) { |
129 |
onClick: function (view) { |
130 |
if ( |
130 |
if ( |
131 |
view.value == "follow_syspref_BlockExpiredPatronOpacActions" && |
131 |
view.value == "follow_syspref_BlockExpiredPatronOpacActions" && |