Prevent browser autofill to fill in password and user fields in ispconfig interface.
| | |
| | | <script language="JavaScript" type="text/javascript"> |
| | | jQuery(document).ready(function() { |
| | | loadInitContent(); |
| | | |
| | | $('form').attr('autocomplete','off'); |
| | | |
| | | $("#pageForm").submit(function(e){ |
| | | //Prevent form submit: e.preventDefault() in lists |
| | |
| | | <script language="JavaScript" type="text/javascript"> |
| | | jQuery(document).ready(function() { |
| | | loadInitContent(); |
| | | |
| | | $('form').attr('autocomplete','off'); |
| | | |
| | | $("#pageForm").submit(function(e){ |
| | | //Prevent form submit: e.preventDefault() in lists |