mirror of
https://github.com/vrana/adminer.git
synced 2026-08-28 23:25:16 +02:00
Simplify copying of redirected links
This commit is contained in:
@@ -515,7 +515,7 @@ if (!$columns && support("table")) {
|
||||
echo "</div></fieldset>\n";
|
||||
}
|
||||
|
||||
echo (!$group && $select ? "" : "<script type='text/javascript'>tableCheck();</script>\n");
|
||||
echo "<script type='text/javascript'>selectLinks(document.getElementById('table'));" . (!$group && $select ? "" : " tableCheck();") . "</script>\n";
|
||||
}
|
||||
|
||||
if ($adminer->selectImportPrint()) {
|
||||
|
||||
Reference in New Issue
Block a user