mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
1
html/phpmyad/js/tbl_relation.js
Normal file
1
html/phpmyad/js/tbl_relation.js
Normal file
@ -0,0 +1 @@
|
||||
function show_hide_clauses(a){a.val()!=""?a.parent().next("span").show().next("span").show():a.parent().next("span").hide().next("span").hide()}$(document).ready(function(){$(".referenced_column_dropdown").each(function(a,b){show_hide_clauses($(b))});$(".referenced_column_dropdown").change(function(){show_hide_clauses($(this))})});
|
Reference in New Issue
Block a user