File: main.js

package info (click to toggle)
pyorbital 1.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: python: 3,364; makefile: 89; javascript: 6
file content (6 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
$(document).ready( function () {
    $('table.datatable').DataTable( {
    "paging": false,
    "dom": 'lfitp'
} );
} );