changeset 25:b2c9c4fb8d4c

Add back the accidentally removed "input" event listener
author Guido Berhoerster <guido+booket@berhoerster.name>
date Mon, 06 Oct 2014 12:19:52 +0200
parents 6cf1ec2e8955
children 8c2f3e72d514
files booket.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/booket.js	Sun Oct 05 20:25:51 2014 +0200
+++ b/booket.js	Mon Oct 06 12:19:52 2014 +0200
@@ -1147,6 +1147,7 @@
     saveFormElement.parentNode.insertBefore(newNode,
         saveFormElement.nextSibling);
 
+    this.actionsElement.addEventListener('input', this);
     this.actionsElement.addEventListener('click', this);
     this.actionsElement.addEventListener('keydown', this);
     this.actionsElement.addEventListener('submit', this);