292 |
$('#holdst thead input').on('change keyup keydown', filterColumn); |
292 |
$('#holdst thead input').on('change keyup keydown', filterColumn); |
294 |
var columns_settings = [% TablesSettings.GetColumns('circ', 'view_holdsqueue', 'holds-table', 'json') | $raw %]; |
294 |
var table_settings = [% TablesSettings.GetTableSettings('circ', 'view_holdsqueue', 'holds-table', 'json') | $raw %]; |
295 |
var holdst = KohaTable("holdst", { |
295 |
var holdst = KohaTable("holdst", { |