Sha256: 6709f430ea7a1b32ce7ba14171dba2cf6fd18c441efe0ae55f37aeaabf0b8ec0
Contents?: true
Size: 510 Bytes
Versions: 8
Compression:
Stored size: 510 Bytes
Contents
// hide or show the batch update buttons on page startup window.batch_part_on_other_page = <%= @batch_part_on_other_page %>; window.batch_size_on_other_page = <%= @batch_size_on_other_page %>; window.result_set_size = <%= @result_set_size %>; window.document_list_count = <%= @document_list.count %>; toggleButtons(<%= !@empty_batch %>); // initialize hydra batch edit and set up select all button toggle after checkboxes have been created $('#documents').batchEdit({afterCheckboxUpdate: setup_buttontoggle});
Version data entries
8 entries across 8 versions & 1 rubygems