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' } ];