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