rabin 2 лет назад
Родитель
Сommit
6eb5e517f4
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      assets/dever/core.js

+ 2 - 1
assets/dever/core.js

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