From ca668bbbcf07b5f93bbc29ce77f5cae8e14abf4a Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 23 Mar 2018 02:05:28 +0530 Subject: [PATCH] script: tell about app when preview error comes --- src/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.js b/src/script.js index 6553e88..5e79e86 100644 --- a/src/script.js +++ b/src/script.js @@ -1098,7 +1098,7 @@ loginModal, profileModal, profileAvatarImg, profileUserName, openItemsBtn, askTo if (writeFile.errorCount === 4) { setTimeout(function() { alert( - "Oops! Seems like your preview isn't updating. Please try the following steps until it fixes:\n - Refresh Web Maker\n - Restart browser\n - Update browser\n - Reinstall Web Maker (don't forget to export all your creations from saved items pane (click the OPEN button) before reinstalling)\n\nIf nothing works, please tweet out to @webmakerApp." + "Oops! Seems like your preview isn't updating. It's recommended to switch to the web app: https://webmakerapp.com/app/.\n\n If you still want to get the extension working, please try the following steps until it fixes:\n - Refresh Web Maker\n - Restart browser\n - Update browser\n - Reinstall Web Maker (don't forget to export all your creations from saved items pane (click the OPEN button) before reinstalling)\n\nIf nothing works, please tweet out to @webmakerApp." ); trackEvent('ui', 'writeFileMessageSeen'); }, 1000);