This is just some static backup of the original site, don't expect every link to work!

Ignore:
Timestamp:
Sep 10, 2018, 1:43:42 PM (4 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
f4e304
Parents:
cadf2f
Message:

removed reference to CloneMenu? object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/vI_replyToSelf.js

    rcadf2f rfe166c  
    6161  let replyToSelfObj = vIcomposeWindow.document.getElementById("virtualIdentityExtension_autoReplyToSelfLabel");
    6262  if (!replyToSelfObj.hasAttribute("hidden")) {
    63     vIcomposeWindow.awAddRecipient("addr_reply", vIcomposeWindow.document.getElementById("virtualIdentityExtension_msgIdentityClone").label);
     63    vIcomposeWindow.awAddRecipient("addr_reply", vIcomposeWindow.document.getElementById("msgIdentity").label);
    6464    Log.debug("added ReplyToSelf");
    6565    replyToSelfObj.setAttribute("hidden", "true");
Note: See TracChangeset for help on using the changeset viewer.