Changeset 644f00d in github
- Timestamp:
- May 9, 2012 7:48:10 AM (13 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo
- Children:
- 66510e2
- Parents:
- 49ab20c
- git-author:
- Aleksander Machniak <alec@…> (05/09/12 07:45:37)
- git-committer:
- Aleksander Machniak <alec@…> (05/09/12 07:48:10)
- Location:
- program
- Files:
-
- 2 edited
-
js/app.js (modified) (1 diff)
-
steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r837de85 r644f00d 768 768 case 'always-load': 769 769 if (this.env.uid && this.env.sender) { 770 this.add_contact( urlencode(this.env.sender));770 this.add_contact(this.env.sender); 771 771 setTimeout(function(){ ref.command('load-images'); }, 300); 772 772 break; -
program/steps/mail/func.inc
r76248c7 r644f00d 1341 1341 $address = html::span(null, $address . html::a(array( 1342 1342 'href' => "#add", 1343 'onclick' => sprintf("return %s.command('add-contact','%s',this)", JS_OBJECT_NAME, urlencode($string)),1343 'onclick' => sprintf("return %s.command('add-contact','%s',this)", JS_OBJECT_NAME, $string), 1344 1344 'title' => rcube_label('addtoaddressbook'), 1345 1345 'class' => 'rcmaddcontact',
Note: See TracChangeset
for help on using the changeset viewer.
