]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/am/edit_accounts.html
window.onload nicht direkt setzen
[mfinanz.git] / templates / webpages / am / edit_accounts.html
index 76a08e46340305b8382d9486f512dd1a323d461f..dcf0be088524ca2e90fe1776bc1d3dd333b594a7 100644 (file)
@@ -8,12 +8,11 @@
 </script>
 
 <script type="text/javascript">
-window.onload = function() {
+$(function() {
     setupDependencies('EditAccount'); //name of form(s). Seperate each with a comma (ie: 'weboptions', 'myotherform' )
-  };
+});
 </script>
 
-<body>
 <form method="post" name="EditAccount" action="am.pl">
 
 <input type="hidden" name="id"                 value="[% HTML.escape(id) %]">