From 0a4926ca82315f28e309bd11f08585877a237463 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 10 Jul 2022 13:36:22 +0200 Subject: [PATCH] Updated Run JavaScript before change detection (markdown) --- Run-JavaScript-before-change-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run-JavaScript-before-change-detection.md b/Run-JavaScript-before-change-detection.md index d5dbe88..5239fdc 100644 --- a/Run-JavaScript-before-change-detection.md +++ b/Run-JavaScript-before-change-detection.md @@ -1,6 +1,6 @@ You can run JavaScript _before_ performing change detection, this is handy for filling in fields, clicking buttons and other actions -Under Watch settings` > `Request` > `Execute JavaScript before change detection` +Under Watch settings > `Request` > `Execute JavaScript before change detection` Available in 0.39.17