Changeset 41bb0d
- Timestamp:
- Jul 31, 2014, 2:19:17 PM (7 years ago)
- Branches:
- ng_0.9
- Children:
- 3380a2
- Parents:
- 8d283f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
content/vI_storage.js
r8d283f r41bb0d 72 72 // only react on events triggered by addressCol2 - textinput Elements 73 73 if (!element || ! element.id.match(/^addressCol2*/)) return; 74 Log.debug("awOnBlur '" + element.id + "' ");74 Log.debug("awOnBlur '" + element.id + "' '" + element.value + "'"); 75 75 storage.__updateVIdentityFromStorage(element, currentWindow); 76 76 storage.focusedElement = null; … … 83 83 84 84 awPopupOnCommand : function (element, currentWindow) { 85 Log.debug("awPopupOnCommand '" + element.id + "' ");85 Log.debug("awPopupOnCommand '" + element.id + "' '" + element.value + "'"); 86 86 storage.__updateVIdentityFromStorage(currentWindow.document.getElementById(element.id.replace(/^addressCol1/,"addressCol2")), currentWindow); 87 87 if (element.selectedItem.getAttribute("value") == "addr_reply") // if reply-to is manually entered disable AutoReplyToSelf
Note: See TracChangeset
for help on using the changeset viewer.