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

Changeset 46c88d


Ignore:
Timestamp:
Sep 10, 2018, 6:48:30 PM (4 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
fb1742
Parents:
6b3729
Message:

removed unused code fragment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/identityDataExtras/characterEncoding.js

    r6b3729 r46c88d  
    5353  },
    5454
    55   // pre TB-32-version, might be removed in the future --------------------------------
    56   _setMenuMark: function () {
    57     var maileditCharsetMenu = this._currentWindow.document.getElementById("maileditCharsetMenu")
    58     var value = maileditCharsetMenu.getAttribute("unmarkedValue")
    59     if (value) {
    60       var menuitem = this._currentWindow.document.getElementById(value);
    61       if (menuitem)
    62         menuitem.setAttribute('checked', 'true');
    63       maileditCharsetMenu.removeAttribute("unmarkedValue")
    64     }
    65   },
    66   // ----------------------------------------------------------------------------------
    67 
    6855  setValueToEnvironment_msgCompose: function () {
    6956    if (!this.value)
Note: See TracChangeset for help on using the changeset viewer.