Skip to content

Commit

Permalink
Fix mailto url
Browse files Browse the repository at this point in the history
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
  • Loading branch information
joaomachado authored and slusarz committed Nov 3, 2014
1 parent 544a0ac commit 690cab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Prefs/Special/Mailto.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function display(Horde_Core_Prefs_Ui $ui)
'if (!Object.isUndefined(navigator.registerProtocolHandler))' .
'$("mailto_handler").show().down("A").observe("click", function() {' .
'navigator.registerProtocolHandler("mailto","' .
IMP_Basic_Compose::url(array('full' => true))->setRaw(true)->add(array(
IMP_Dynamic_Compose::url(array('full' => true))->setRaw(true)->add(array(
'actionID' => 'mailto_link',
'to' => ''
)) .
Expand Down

0 comments on commit 690cab3

Please sign in to comment.