@@ -60,7 +60,7 @@
});
// [name="data"] change listener
- $('.note-section input[name="data"]').each(function() {
+ $('.note-section input[name="data"], .note-section input[name="items"]').each(function() {
initChangeListener($(this));