mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Typo
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1022 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -27,7 +27,7 @@ function form_uncheck(id) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function table_click(event) {
|
function table_click(event) {
|
||||||
var el = event.el || event.srcElement;
|
var el = event.target || event.srcElement;
|
||||||
while (!/^tr$/i.test(el.tagName)) {
|
while (!/^tr$/i.test(el.tagName)) {
|
||||||
if (/^(table|a|input)$/i.test(el.tagName)) {
|
if (/^(table|a|input)$/i.test(el.tagName)) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user