From 9fbff15de86fa963f6ff23729f84b902b9b4aaeb Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 29 Aug 2018 14:41:46 +0100 Subject: [PATCH] UI: Bugfix. Fix code toggle in Safari 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 fa188f9d4a12..7ff8232b3e25 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) '/')) }}