Dotclear

Changeset 2904:ac2188d5a99e for admin


Ignore:
Timestamp:
01/06/15 10:06:18 (11 years ago)
Author:
Dsls
Branch:
2.7
Message:

Exclude passwords from form modification check, fixes #2040

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/confirm-close.js

    r2902 r2904  
    7979          } else if (e.type != undefined && e.type == 'checkbox') { 
    8080               return this.getFormCheckValue(e); 
     81          } else if (e.type == 'password') { 
     82               return null; 
    8183          } else if (e.value != undefined) { 
    8284               return e.value; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map