From 8d9285b29468488ad61ff2574d431cbff8debec8 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 fa188f9d4..7ff8232b3 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) '/')) }}