Skip to content
Snippets Groups Projects
Commit 90530865 authored by Vermaat's avatar Vermaat
Browse files

Fix batch form javascript

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@606 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 58bdbf60
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,8 @@
<script language="javascript">
oldload = window.onload
initpage = function() {
oldload();
if (oldload)
oldload();
onloadBatch();
}
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment