Convert loading of export/import to jQuery ready event.

This way it is done after document is fully loaded and no race
conditions can appear as with inline js.

patch #2984337, bug #2983446
This commit is contained in:
sutharshan
2010-04-11 11:16:03 +02:00
committed by Michal Čihař
parent d2a2be7764
commit 9fda4bb515
4 changed files with 4 additions and 10 deletions

View File

@@ -370,6 +370,8 @@ function PMA_pluginGetJavascript(&$list) {
}
}
}
$(document).ready(init_options);
//]]>
</script>
';