|
@@ -51,7 +51,8 @@ var Dever =
|
|
if ($("input").length) {
|
|
if ($("input").length) {
|
|
$("input").each(function()
|
|
$("input").each(function()
|
|
{
|
|
{
|
|
- $(this).attr('autocomplete', 'new-password');
|
|
|
|
|
|
+ //$(this).attr('autocomplete', 'new-password');
|
|
|
|
+ $(this).attr('autocomplete', 'off');
|
|
/*
|
|
/*
|
|
$(this).attr('readonly', true);
|
|
$(this).attr('readonly', true);
|
|
$(this).focus(function()
|
|
$(this).focus(function()
|