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

Ignore:
Timestamp:
Nov 26, 2011, 6:53:31 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
826c34
Parents:
99ced4
Message:

tons of changes, mostly namespace-related

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/vI_replyToSelf.js

    r99ced4 rf29419  
    4141function removeAllReplyTos() {
    4242  if (!replyToSelfObj.hasAttribute("hidden")) {
    43     for (var row = 1; row <= top.MAX_RECIPIENTS; row ++) {
     43    for (var row = 1; row <= currentWindow.top.MAX_RECIPIENTS; row ++) {
    4444      var awType = currentWindow.awGetPopupElement(row).selectedItem.getAttribute("value");
    4545      if (awType == "addr_reply") {
Note: See TracChangeset for help on using the changeset viewer.