From 6a554842c4a0b8358c6d2af2c04c45a731ba821a Mon Sep 17 00:00:00 2001
From: Patrick Tang <36460266+patricksptang@users.noreply.github.com>
Date: Fri, 1 Nov 2024 17:13:51 -0700
Subject: [PATCH] Update sign up for uaer test message.
---
step-web/src/main/webapp/js/step.util.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/step-web/src/main/webapp/js/step.util.js b/step-web/src/main/webapp/js/step.util.js
index 0cf6cab46a..1084328a59 100644
--- a/step-web/src/main/webapp/js/step.util.js
+++ b/step-web/src/main/webapp/js/step.util.js
@@ -3649,10 +3649,10 @@ step.util = {
var introCountFromStorageOrCookie = step.util.localStorageGetItem("step.userSurvey");
var introCount = parseInt(introCountFromStorageOrCookie, 10);
if (isNaN(introCount)) introCount = 0;
- if ((introCount < 1) && (window.innerWidth > 499)) {
+ if (introCount < 1) {
var introJsSteps = [
{
- intro: 'Sign up (30 seconds!) to participate in future interface design studies and help us improve our site\'s user experience.',
+ intro: 'Sign up here (30 seconds!) to participate in future interface design studies and help us improve our site\'s user experience.',
position: 'center'
}
];