Changeset 2904:ac2188d5a99e for admin
- Timestamp:
- 01/06/15 10:06:18 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/confirm-close.js
r2902 r2904 79 79 } else if (e.type != undefined && e.type == 'checkbox') { 80 80 return this.getFormCheckValue(e); 81 } else if (e.type == 'password') { 82 return null; 81 83 } else if (e.value != undefined) { 82 84 return e.value;
Note: See TracChangeset
for help on using the changeset viewer.