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
  • content/v_identity.js

    r99ced4 rf29419  
    6060            main.elements.Obj_MsgIdentityPopup = document.getElementById("msgIdentityPopup");
    6161            main.elements.Obj_vILogo = document.getElementById("virtualIdentityExtension_Logo");
    62             main.elements.strings = document.getElementById("virtualIdentityExtension_vIdentBundle");
    6362        },
    6463        strings : null
     
    264263   
    265264    adapt_interface : function() {
    266         if (main.elements.strings) return; // only rearrange the interface once
     265        if (main.elements.Obj_MsgIdentityPopup) return; // only rearrange the interface once
    267266       
    268267        // initialize the pointers to extension elements
Note: See TracChangeset for help on using the changeset viewer.