1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Don't select row on double click

This commit is contained in:
Jakub Vrana
2012-10-04 00:42:56 -07:00
parent 7865695a86
commit 7015fd9706
6 changed files with 9 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ page_header(lang('Process list'), $error);
?>
<form action="" method="post">
<table cellspacing="0" onclick="tableClick(event);" class="nowrap checkable">
<table cellspacing="0" onclick="tableClick(event);" ondblclick="tableClick(event, true);" class="nowrap checkable">
<?php
// HTML valid because there is always at least one process
$i = -1;