rabin il y a 2 ans
Parent
commit
6eb5e517f4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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()