thomascube
2008-11-02 a9ab9fd5707c86242b09c610e235500102d4a0dd
Fix mailto: compose links (#1485533)

1 files modified
4 ■■■■ changed files
program/js/app.js 4 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -832,6 +832,8 @@
            if (uid = this.get_single_uid())
              url += '&_draft_uid='+uid;
            }
          else if (props)
             url += '&_to='+urlencode(props);
      }
        // modify url if we're in addressbook
        else if (this.task=='addressbook')
@@ -861,8 +863,6 @@
          break;
          }
        else if (props)
           url += '&_to='+urlencode(props);
        // don't know if this is necessary...
        url = url.replace(/&_framed=1/, "");