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;