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_Dialog.js

    r7666cb r9cedc0  
    3131
    3232    init : function(warning) {
     33        dump("warning.class=" + warning.class + "warning.class=" + warning.title + "warning.warning=" + warning.warning + "\n")
    3334        document.getElementById("vI_Dialog").setAttribute("class", warning.class);
    3435        Dialog.setDescription(document.getElementById("vI_Dialog_title"), warning.title);
Note: See TracChangeset for help on using the changeset viewer.