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

Ignore:
Timestamp:
Mar 14, 2010, 9:23:57 AM (13 years ago)
Author:
rene <rene@…>
Branches:
multiEdit, ng_0.6, ng_0.8, ng_0.9
Children:
b9a85dc
Parents:
ffaef1
Message:

check address inputfield on send message

File:
1 edited

Legend:

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

    rffaef1 rec3005  
    134134            vI_main.replacement_functions.GenericSendMessageInProgress = true;
    135135           
     136            // if addressCol2 is focused while sending check storage for the entered address before continuing
     137            vI_storage.awOnBlur(vI_storage.focusedElement);
     138
    136139            var promptService = Components.classes["@mozilla.org/embedcomp/prompt-service;1"]
    137140                .getService(Components.interfaces.nsIPromptService);
Note: See TracChangeset for help on using the changeset viewer.