From 191ca3458e1f9c0ccc684fc2079a5609a36fe53b Mon Sep 17 00:00:00 2001 From: Sotiri Bakagiannis Date: Thu, 27 May 2021 11:17:28 +0100 Subject: [PATCH] core/GUI: restore warning about required fields --- src/core/GUI.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/core/GUI.js b/src/core/GUI.js index 9964c1a..62ae61b 100644 --- a/src/core/GUI.js +++ b/src/core/GUI.js @@ -113,7 +113,9 @@ export class GUI } // prepare jquery UI dialog box: - let htmlCode = '
'; + let htmlCode = + '
' + + '

Fields marked with an asterisk (*) are required.

'; // uncomment for older version of the library: // htmlCode += '

⚠ This experiment uses a deprecated version of the PsychoJS library. Consider updating to a newer version (e.g. by updating PsychoPy and re-exporting the experiment).

'+