Changeset 951c9b3a in github
- Timestamp:
- May 9, 2012 7:45:37 AM (13 months ago)
- Branches:
- release-0.8
- Children:
- dac31dd
- Parents:
- 71ced07
- Location:
- program
- Files:
-
- 2 edited
-
js/app.js (modified) (2 diffs)
-
steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
rdcaab6b r951c9b3a 767 767 case 'always-load': 768 768 if (this.env.uid && this.env.sender) { 769 this.add_contact( urlencode(this.env.sender));769 this.add_contact(this.env.sender); 770 770 setTimeout(function(){ ref.command('load-images'); }, 300); 771 771 break; … … 3528 3528 { 3529 3529 if (value) 3530 this.http_post('addcontact', '_address='+value);3530 this.http_post('addcontact', {_address: value}); 3531 3531 3532 3532 return true; -
program/steps/mail/func.inc
rf4698cb r951c9b3a 1331 1331 $address = html::span(null, $address . html::a(array( 1332 1332 'href' => "#add", 1333 'onclick' => sprintf("return %s.command('add-contact','%s',this)", JS_OBJECT_NAME, urlencode($string)),1333 'onclick' => sprintf("return %s.command('add-contact','%s',this)", JS_OBJECT_NAME, $string), 1334 1334 'title' => rcube_label('addtoaddressbook'), 1335 1335 'class' => 'rcmaddcontact',
Note: See TracChangeset
for help on using the changeset viewer.
