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

Changeset 6c8ec7


Ignore:
Timestamp:
Jul 17, 2010, 1:08:20 AM (12 years ago)
Author:
rene <rene@…>
Branches:
ng_0.6, ng_0.8, ng_0.9
Children:
26c2cd
Parents:
f7b110
Message:

remember dialog size, refreshing not required

File:
1 edited

Legend:

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

    rf7b110 r6c8ec7  
    3131    init : function(warning) {
    3232        document.getElementById("vI_Dialog").setAttribute("class", warning.class);
    33         // refresh window contents through resizing
    34         window.resizeTo( window.outerWidth, window.outerHeight);
    3533        vI_Dialog.setDescription(document.getElementById("vI_Dialog_title"), warning.title);
    3634        vI_Dialog.setDescription(document.getElementById("vI_Dialog_recLabel"), warning.recLabel);
Note: See TracChangeset for help on using the changeset viewer.