1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 01:54:00 +02:00
This commit is contained in:
Jakub Vrana
2011-08-11 13:48:47 +02:00
parent 023b62a39c
commit 5a58d35405

View File

@@ -483,7 +483,7 @@ function selectDblClick(td, event, text) {
* @param MouseEvent
* @param string
* @param string
* @return bool
* @return boolean
*/
function bodyClick(event, db, ns) {
if (event.button || event.ctrlKey || event.shiftKey || event.altKey || event.metaKey) {