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

Ignore:
Timestamp:
Sep 10, 2018, 6:13:26 PM (4 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
bef78c
Parents:
61e3f4
Message:

fixed charset menu in datastorage-editor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/identityDataExtras/characterEncoding.js

    r61e3f4 r6a4b56  
    3333Cu.import("resource://v_identity/vI_log.js");
    3434
     35ChromeUtils.import("resource://gre/modules/CharsetMenu.jsm");
     36
    3537let Log = setupLogging("virtualIdentity.identityDataExtras.characterEncoding");
    3638
     
    4244identityDataExtrasObject_characterEncoding.prototype = {
    4345  __proto__: identityDataExtrasObject.prototype,
    44 
     46 
    4547  get valueHtml() {
    4648    return this.valueNice;
Note: See TracChangeset for help on using the changeset viewer.