aboutsummaryrefslogtreecommitdiffstats
path: root/dbdocs/relationships.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/relationships.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/relationships.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/dbdocs/relationships.js b/dbdocs/relationships.js
deleted file mode 100644
index 3c93eab..0000000
--- a/dbdocs/relationships.js
+++ /dev/null
@@ -1,13 +0,0 @@
-$(function() {
- var pgurl = window.location.href.substr(window.location.href.lastIndexOf("/")+1);
- $("#navbar-collapse ul li a").each(function(){
- if($(this).attr("href") == pgurl || $(this).attr("href") == '' )
- $(this).parent().addClass("active");
- })
-});
-
-$(function() {
- var $imgs = $('img.diagram, object.diagram');
- $imgs.css("cursor", "move")
- $imgs.draggable();
-});