Revert "Merge branch 'ryerson-history'"
This reverts commita554c6f72c
, reversing changes made to2a0c9769aa
.
This commit is contained in:
parent
a554c6f72c
commit
c8b73850b9
200 changed files with 5491 additions and 41784 deletions
|
@ -1102,16 +1102,16 @@ function closeDialogLibrary(event, ui) {
|
|||
|
||||
function checkImportStatus() {
|
||||
$.getJSON(baseUrl+'Preference/is-import-in-progress', function(data){
|
||||
var $div = $('#import_status');
|
||||
var div = $('#import_status');
|
||||
var table = $('#library_display').dataTable();
|
||||
if (data == true){
|
||||
$div.show();
|
||||
div.show();
|
||||
}
|
||||
else{
|
||||
if ($div.is(':visible')) {
|
||||
if ($(div).is(':visible')) {
|
||||
table.fnStandingRedraw();
|
||||
}
|
||||
$div.hide();
|
||||
div.hide();
|
||||
}
|
||||
setTimeout(checkImportStatus, 5000);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue