9 lines
194 B
PHP
9 lines
194 B
PHP
<script type="text/javascript">
|
|
$(document).ready(function(){
|
|
getDocAndNoteIndexPage();
|
|
setTimeout(() => {
|
|
initializeDocumentAndNoteDataTable();
|
|
}, 200);
|
|
});
|
|
</script>
|