From 5e987965fa35445cf8a1f95b53a9692cdb615a19 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Thu, 30 Aug 2018 10:02:26 +0100 Subject: [PATCH] UI: Bugfix. Fix code toggle in Safari (#4608) I'd mistakenly changed the checkbox event to listen to oninput, which works in Chrome and Firefox. Changed this back to onchange as it should be. --- ui-v2/app/templates/dc/kv/-form.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-v2/app/templates/dc/kv/-form.hbs b/ui-v2/app/templates/dc/kv/-form.hbs index fa188f9d4a..7ff8232b3e 100644 --- a/ui-v2/app/templates/dc/kv/-form.hbs +++ b/ui-v2/app/templates/dc/kv/-form.hbs @@ -10,7 +10,7 @@ {{#if (or (eq (left-trim item.Key parent.Key) '') (not-eq (last item.Key) '/')) }}