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:
2
html/phpmyad/js/querywindow.js
Normal file
2
html/phpmyad/js/querywindow.js
Normal file
@ -0,0 +1,2 @@
|
||||
function PMA_queryAutoCommit(){document.getElementById("sqlqueryform").target=window.opener.frame_content.name;document.getElementById("sqlqueryform").submit()}function PMA_querywindowCommit(a){$("#hiddenqueryform").find("input[name='querydisplay_tab']").attr("value",a);$("#hiddenqueryform").submit();return false}function PMA_querywindowSetFocus(){$("#sqlquery").focus()}
|
||||
function PMA_querywindowResize(){if(typeof $(this)[0].sizeToContent=="function"){$(this)[0].sizeToContent();$(this)[0].resizeBy(10,50)}else if($("#querywindowcontainer")!="undefined"){var a=$("#querywindowcontainer")[0].offsetWidth,b=$("#querywindowcontainer")[0].offsetHeight;$(this)[0].resizeTo(a+45,b+75)}};
|
Reference in New Issue
Block a user