diff --git a/control/content/app.js b/control/content/app.js index f22bdc9..1fb6420 100644 --- a/control/content/app.js +++ b/control/content/app.js @@ -80,8 +80,14 @@ }; DataStore.save(newObj, tag).then(ContentHome.success, ContentHome.error); }; + ContentHome.gotToView = function(){ + window.open('https://accounts.google.com', '_blank'); + }; ContentHome.gotToSupport = function(){ - window.open('https://support.google.com/drive/answer/2494822?hl=en', '_blank'); + window.open('https://support.google.com/drive/answer/2494822?hl=en', '_blank'); + }; + ContentHome.gotToPublish = function(){ + window.open('https://support.google.com/docs/answer/37579?hl=en', '_blank'); }; /* * Method to clear GoogleSheet feed url diff --git a/control/content/index.html b/control/content/index.html index aa40acb..2ad58af 100644 --- a/control/content/index.html +++ b/control/content/index.html @@ -69,13 +69,15 @@
Note 1: Please make sure you are logged in through your Google - account and have access to the linked file to properly view it. You can click here to sign in.
+ account and have access to the linked file to properly view it. You can click here to sign in.Note 2: If you want to send a file or folder to someone so that they can view, edit, or comment on it, you can share it with them directly in Google Drive, Docs, Sheets, or Slides, or through a link or email - attachment. Here is a + attachment. here is a link on how to do it.
+Note 3: To view Google Sheets on your phone, please make sure that your spreadsheet is published. Here is a link on how to do it. +