Skip to content

Commit 67a4fea

Browse files
author
Niklas Femerstrand
committed
Fixes broken pubkey import
Fixes niklasfemerstrand#75
1 parent 270e43a commit 67a4fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skins/larry/templates/key_manager.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3><roundcube:label name="rc_openpgpjs.import_public" /></h3>
2727
</div>
2828
<textarea id='importPubkeyField'></textarea>
2929
<div class="formbuttons">
30-
<input type='button' class='button mainaction' value='<roundcube:label name="import" />' onclick='importPubKey($("#importPubkeyField").val());' />
30+
<input type='button' class='button mainaction' value='<roundcube:label name="import" />' onclick='importPubKey($("#openpgpjs_import #importPubkeyField").val()); $("#openpgpjs_import #importPubkeyField").val("");' />
3131
<input type='button' class='button mainaction' value='<roundcube:label name="search" />' onclick='$("#openpgpjs_key_search").dialog("open");' />
3232
</div>
3333
</fieldset>

0 commit comments

Comments
 (0)