bug #1805102, TextareaAutoSelect issues
This commit is contained in:
@@ -12,6 +12,11 @@ function PMA_querywindowCommit(tab)
|
||||
return false;
|
||||
}
|
||||
|
||||
function PMA_querywindowSetFocus()
|
||||
{
|
||||
document.getElementById('sqlquery').focus();
|
||||
}
|
||||
|
||||
function PMA_querywindowResize()
|
||||
{
|
||||
// for Gecko
|
||||
|
Reference in New Issue
Block a user