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

Changeset d33fb0


Ignore:
Timestamp:
May 27, 2013, 4:41:24 PM (10 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
a2f8440
Parents:
19d1df
Message:

fix for update-function

Location:
modules/identityDataExtras
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modules/identityDataExtras/sMimeEncryption.js

    r19d1df rd33fb0  
    4040  this.elementID_msgCompose = "menu_securityEncryptRequire1";
    4141  this.updateFunction_msgCompose = function() {
    42     (typeof(setSecuritySettings)=='function')?setSecuritySettings(1):null };
     42    (typeof(this.currentWindow.setSecuritySettings)=='function')?this.currentWindow.setSecuritySettings(1):null };
    4343}
    4444identityDataExtrasObject_sMimeEncryption.prototype = {
  • modules/identityDataExtras/sMimeSignature.js

    r19d1df rd33fb0  
    4040  this.elementID_msgCompose = "menu_securitySign1";
    4141  this.updateFunction_msgCompose = function() {
    42     (typeof(setSecuritySettings)=='function')?setSecuritySettings(1):null };
     42    (typeof(this.currentWindow.setSecuritySettings)=='function')?this.currentWindow.setSecuritySettings(1):null };
    4343}
    4444identityDataExtrasObject_sMimeSignature.prototype = {
Note: See TracChangeset for help on using the changeset viewer.