* Adjust code
This commit is contained in:
@@ -9,7 +9,7 @@ $.get(createLink('transfer', 'ajaxGetTbody','model=<?php echo $model;?>&lastID=0
|
||||
$('.form-datetime').datetimepicker('update');
|
||||
$('#showData > tbody').removeClass('load-indicator loading');
|
||||
|
||||
if(typeof(ajaxGetTbodyLoaded) == 'function') ajaxGetTbodyLoaded();
|
||||
if(typeof(getTbodyLoaded) == 'function') getTbodyLoaded();
|
||||
})
|
||||
|
||||
window.addEventListener('scroll', this.handleScroll);
|
||||
|
||||
Reference in New Issue
Block a user