Whitespace cleanup.

This commit is contained in:
Michal Čihař
2010-04-06 09:32:36 +02:00
parent 18b435fed8
commit 00774b1405

View File

@@ -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;