
committed by
Michal Čihař

parent
06bcb3ecfd
commit
18b435fed8
@@ -833,7 +833,7 @@ function PMA_markRowsInit() {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// ... and to mark the row on click ...
|
// ... and to mark the row on click ...
|
||||||
rows[i].onmousedown = function(event) {
|
$(rows[i]).bind('mousedown', function(event) {
|
||||||
var unique_id;
|
var unique_id;
|
||||||
var checkbox;
|
var checkbox;
|
||||||
var table;
|
var table;
|
||||||
@@ -895,7 +895,7 @@ function PMA_markRowsInit() {
|
|||||||
table.lastClicked = this.rowIndex;
|
table.lastClicked = this.rowIndex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
});
|
||||||
|
|
||||||
// ... and disable label ...
|
// ... and disable label ...
|
||||||
var labeltag = rows[i].getElementsByTagName('label')[0];
|
var labeltag = rows[i].getElementsByTagName('label')[0];
|
||||||
|
Reference in New Issue
Block a user