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

Changeset 6af9fb


Ignore:
Timestamp:
Aug 8, 2014, 10:45:00 AM (8 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
6c6679
Parents:
5bc2a4
Message:

fix replacement of empty recipient field with preset value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/vI_storage.js

    r5bc2a4 r6af9fb  
    7373        if (!element || ! element.id.match(/^addressCol2*/)) return;
    7474        Log.debug("awOnBlur '" + element.id + "' '" + element.value  + "'");
    75         if (element.value == "" || typeof element.value == 'undefined') {
     75        if (typeof element.value == 'undefined') {
    7676            element.value = element.getAttribute("value");
    7777            Log.debug("awOnBlur second try'" + element.id + "' '" + element.value  + "'");
Note: See TracChangeset for help on using the changeset viewer.