Lines 181-187
$(document).ready(function() {
Link Here
|
181 |
$('#issues-table').show(); |
181 |
$('#issues-table').show(); |
182 |
$('#issues-table-actions').show(); |
182 |
$('#issues-table-actions').show(); |
183 |
|
183 |
|
184 |
issuesTable = KohaTable("#issues-table", { |
184 |
issuesTable = KohaTable("issues-table", { |
185 |
"oLanguage": { |
185 |
"oLanguage": { |
186 |
"sEmptyTable" : MSG_DT_LOADING_RECORDS, |
186 |
"sEmptyTable" : MSG_DT_LOADING_RECORDS, |
187 |
"sProcessing": MSG_DT_LOADING_RECORDS, |
187 |
"sProcessing": MSG_DT_LOADING_RECORDS, |
188 |
- |
|
|