From 00774b14057eac08e7bbb038871652df426387fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 6 Apr 2010 09:32:36 +0200 Subject: [PATCH] Whitespace cleanup. --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index d242141fa..6ea6ac76a 100644 --- a/js/functions.js +++ b/js/functions.js @@ -840,7 +840,7 @@ function PMA_markRowsInit() { // Somehow IE8 has this not set if (!event) var event = window.event - + checkbox = this.getElementsByTagName( 'input' )[0]; if ( checkbox && checkbox.type == 'checkbox' ) { unique_id = checkbox.name + checkbox.value;