From 223d6d327db5c56a551cdedb35186adc3b21f899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Jan 2021 01:04:51 +0100 Subject: Add TODO about byday. --- static/binders.js | 1 + 1 file changed, 1 insertion(+) (limited to 'static/binders.js') diff --git a/static/binders.js b/static/binders.js index 79803c09..197fb368 100644 --- a/static/binders.js +++ b/static/binders.js @@ -12,6 +12,7 @@ function bind_recur(el, e) { /* add listeners to bind-rr tags */ for (let rr of e.querySelectorAll('.bind-rr')) { + /* TODO handle byday */ if (rr.classList.contains('input-list')) { rr.addEventListener('input', function () { let name = rr.attributes.name.value; -- cgit v1.2.3