rabin před 2 roky
rodič
revize
6eb5e517f4
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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()