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

Ignore:
Timestamp:
Sep 25, 2011, 9:23:06 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
284956
Parents:
7666cb
Message:

compatibility for conversation plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/vI_upgradeOverlay.js

    r7666cb r9cedc0  
    5858        });
    5959       
     60        const virtualIdentity_ID="{dddd428e-5ac8-4a81-9f78-276c734f75b8}"
     61        AddonManager.getAddonByID(virtualIdentity_ID, function(addon) {
     62            if (addon) vI.extensionVersion = addon.version;
     63        });
    6064       
    6165        if (prefroot.getBoolPref("extensions.virtualIdentity.error_console")) {
Note: See TracChangeset for help on using the changeset viewer.