Changeset 8ec72e
- Timestamp:
- Sep 10, 2018, 1:44:57 PM (2 years ago)
- Branches:
- ng_0.9
- Children:
- b4ca5e
- Parents:
- 0805c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
content/v_identity.js
r0805c7 r8ec72e 110 110 else { 111 111 identityElement.setAttribute("description", identityElement.selectedItem.getAttribute("description")); 112 identityElement.setAttribute("idDescription", identityElement.selectedItem.identityData.id.value); 112 113 } 113 114 … … 126 127 127 128 identityElement.vid = identityElement.selectedItem.vid; 129 130 identityElement.selectedItem.identityData.extras.setValuesToEnvironment() 128 131 }, 129 132 … … 242 245 initSystemStage2: function () { 243 246 Log.debug("initSystemStage2."); 244 Log.debug("document.title=" + document.title + " gMsgCompose=" + gMsgCompose + " msgIdentityClone=" + document.getElementById("msgIdentity"))247 // Log.debug("document.title=" + document.title + " gMsgCompose=" + gMsgCompose + " msgIdentityClone=" + document.getElementById("msgIdentity")) 245 248 // vI.initReplyTo(window); 246 249 vI.storage.init();
Note: See TracChangeset
for help on using the changeset viewer.