From 986deb8c0178e9eadadc15453e0f294a8cf2a5f5 Mon Sep 17 00:00:00 2001 From: "tabish.khan" Date: Fri, 19 Feb 2016 15:32:41 +0530 Subject: [PATCH] Added note-2 for the content section --- control/content/app.js | 4 +++- control/content/index.html | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/control/content/app.js b/control/content/app.js index 2ed7558..f22bdc9 100644 --- a/control/content/app.js +++ b/control/content/app.js @@ -80,7 +80,9 @@ }; DataStore.save(newObj, tag).then(ContentHome.success, ContentHome.error); }; - + ContentHome.gotToSupport = function(){ + window.open('https://support.google.com/drive/answer/2494822?hl=en', '_blank'); + }; /* * Method to clear GoogleSheet feed url * */ diff --git a/control/content/index.html b/control/content/index.html index d79233f..aa40acb 100644 --- a/control/content/index.html +++ b/control/content/index.html @@ -68,8 +68,14 @@
-

Note : Please make sure you are logged in through your Google +

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.

+

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 + link on how to do it.