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

Changeset f97c94


Ignore:
Timestamp:
Jul 22, 2013, 3:09:45 PM (9 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
3aa877
Parents:
6b24ed
Message:

cleanup and forced import of required modules

Location:
content
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/bindings/vI_debugBox.xml

    r6b24ed rf97c94  
    1414      <constructor><![CDATA[
    1515        this.splitter = document.createElement("splitter");
     16        Components.utils.import("resource://v_identity/vI_prefs.js", virtualIdentityExtension);
    1617        virtualIdentityExtension.vIprefs.addObserver("debug_notification", this.observe, this);
    1718        this.observe(this);
  • content/prefDialog/vI_prefDialog.xml

    r6b24ed rf97c94  
    3939        var debugNotes = vI.prefDialog.preferences.getBoolPref("debug_notification");
    4040
     41        Components.utils.import("resource://v_identity/vI_accountUtils.js", virtualIdentityExtension);
    4142        var accounts = virtualIdentityExtension.getAccountsArray();
    4243        for (let acc = 0; acc < accounts.length; acc++) {
  • content/prefDialog/vI_prefDialog_TB3.xul

    r6b24ed rf97c94  
    4343        <script type="application/x-javascript"
    4444            src="chrome://v_identity/content/prefDialog/vI_prefDialog.js" />
    45         <script type="application/x-javascript"
    46             src="chrome://v_identity/content/modules/vI_helper.js" />
    4745
    4846</dialog>
Note: See TracChangeset for help on using the changeset viewer.