mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
revert
This commit is contained in:
@@ -2366,14 +2366,11 @@ $(document).ready(function(){
|
||||
dt.search('').draw();
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<?php if ($this->uri->segment(1) == "qsl") {
|
||||
$qsl_eqsl_table = '.qsltable';
|
||||
} else if ($this->uri->segment(1) == "eqsl") {
|
||||
$qsl_eqsl_table = '.eqsltable';
|
||||
} ?>
|
||||
<script>
|
||||
$('<?php echo $qsl_eqsl_table ?>').DataTable({
|
||||
<?php if ($this->uri->segment(1) == "qsl") { ?>
|
||||
$('.qsltable').DataTable({
|
||||
<?php } else if ($this->uri->segment(1) == "eqsl") { ?>
|
||||
$('.eqsltable').DataTable({
|
||||
<?php } ?>
|
||||
"pageLength": 25,
|
||||
responsive: false,
|
||||
ordering: true,
|
||||
|
||||
Reference in New Issue
Block a user