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:
Kyle Hall 2014-07-02 07:11:37 -04:00 committed by Tomas Cohen Arazi
parent 07cd5cbde8
commit 935571a9c5

View file

@ -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": [