aboutsummaryrefslogtreecommitdiffstats
path: root/dbdocs/constraint.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-08-08 14:33:17 +0000
committerterminaldweller <thabogre@gmail.com>2022-08-08 14:33:17 +0000
commit8b6b707c085c2991bcc926d276cfbf0c8e23e9cb (patch)
treee172c59590ff30c1e540778e70e77de69c514966 /dbdocs/constraint.js
parentadded docs for the db using schemaspy (diff)
downloadmdrtl-8b6b707c085c2991bcc926d276cfbf0c8e23e9cb.tar.gz
mdrtl-8b6b707c085c2991bcc926d276cfbf0c8e23e9cb.zip
removed the docs, we no longer need them
Diffstat (limited to '')
-rw-r--r--dbdocs/constraint.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/dbdocs/constraint.js b/dbdocs/constraint.js
deleted file mode 100644
index 216c1a8..0000000
--- a/dbdocs/constraint.js
+++ /dev/null
@@ -1,14 +0,0 @@
-$(document).ready(function() {
- $.fn.dataTableExt.afnFiltering.length = 0;
- var options = {
- lengthChange: false,
- ordering: true,
- paging: config.pagination,
- pageLength: 50,
- autoWidth: true,
- processing: true,
- order: [[ 0, "asc" ]]
- }
- $('#fk_table').DataTable(options);
- $('#check_table').DataTable(options);
-} );