Convert to jQuery initialisation.

This commit is contained in:
Michal Čihař
2010-04-13 11:57:42 +02:00
parent 71ff89c2fe
commit 4bc0c8aafe

View File

@@ -914,7 +914,7 @@ function PMA_markRowsInit() {
}
}
}
window.onload=PMA_markRowsInit;
$(document).ready(PMA_markRowsInit);
/**
* marks all rows and selects its first checkbox inside the given element