Skip to content

Commit

Permalink
html:input
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Buecher committed Aug 17, 2020
1 parent ea5237a commit a4f18aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/content/set-folder-category.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<label>&qf.label.newcategory;</label>

<hbox>
<textbox
<html:input
id="new-category-name"
onkeydown="if(event.keyCode == KeyEvent.DOM_VK_RETURN) { QuickFolders.FolderCategory.addToNewCategory() }"
/>
Expand All @@ -51,7 +51,7 @@
<label>&qf.label.renameselectedcategory;</label>

<hbox>
<textbox
<html:input
id="rename-category-new-name"
onkeydown="if(event.keyCode == KeyEvent.DOM_VK_RETURN) { QuickFolders.FolderCategory.renameSelectedCategory() }"
/>
Expand Down

0 comments on commit a4f18aa

Please sign in to comment.