projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
768c4d6
)
Don't move browser scrollbar on click.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 14 Nov 2008 19:45:26 +0000
(12:45 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 14 Nov 2008 19:45:26 +0000
(12:45 -0700)
imp/lib/Contents.php
patch
|
blob
|
history
diff --git
a/imp/lib/Contents.php
b/imp/lib/Contents.php
index
cd85680
..
a9f9c42
100644
(file)
--- a/
imp/lib/Contents.php
+++ b/
imp/lib/Contents.php
@@
-642,7
+642,7
@@
class IMP_Contents
$options['jstext'] = sprintf(_("View %s"), $mime_part->getDescription(true));
}
- $url = IMP::popupIMPString($this->urlView($mime_part, $actionID, $options));
+ $url = IMP::popupIMPString($this->urlView($mime_part, $actionID, $options))
. 'return false;'
;
return empty($options['widget'])
? Horde::link('#', $options['jstext'], empty($options['css']) ? null : $options['css'], null, $url) . $text . '</a>'