|
@@ -1048,7 +1048,7 @@ function autocomplete()
|
|
if ($("input").length) {
|
|
if ($("input").length) {
|
|
$("input").each(function()
|
|
$("input").each(function()
|
|
{
|
|
{
|
|
- $(this).attr('autocomplete', 'new-password');
|
|
|
|
|
|
+ $(this).attr('autocomplete', 'off');
|
|
});
|
|
});
|
|
}
|
|
}
|
|
if($("input[complete]").length)
|
|
if($("input[complete]").length)
|