From: Jakub Vrana Date: Thu, 11 Aug 2011 11:48:47 +0000 (+0200) Subject: Comment X-Git-Tag: v3.3.3~8 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=5a58d3540510a497db6fc75cf85f95a04f2e74be;p=adminer.git Comment --- diff --git a/adminer/static/functions.js b/adminer/static/functions.js index 149cc132..6046ec4c 100644 --- a/adminer/static/functions.js +++ b/adminer/static/functions.js @@ -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) {