Bug 11703 [QA Followup] - Change "No data available in table" to "Loading..."
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org>
This commit is contained in:
parent
07cd5cbde8
commit
935571a9c5
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ $(document).ready(function() {
|
|||
var issuesTable;
|
||||
var drawn = 0;
|
||||
issuesTable = $("#issues-table").dataTable({
|
||||
"oLanguage": {
|
||||
"sEmptyTable" : MSG_DT_LOADING_RECORDS,
|
||||
},
|
||||
"bAutoWidth": false,
|
||||
"sDom": "<'row-fluid'<'span6'><'span6'>r>t<'row-fluid'>t",
|
||||
"aoColumns": [
|
||||
|
|
Loading…
Reference in a new issue