From 4bc0c8aafe30ddc90980e6df8cbca95e137d43f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 13 Apr 2010 11:57:42 +0200 Subject: [PATCH] Convert to jQuery initialisation. --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index 2f159159b..c0cca6712 100644 --- a/js/functions.js +++ b/js/functions.js @@ -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