From 45fa961a80847ac59b95e8994367b405621fdfe0 Mon Sep 17 00:00:00 2001 From: Zubair Quraishi Date: Fri, 27 Oct 2023 07:55:39 +0200 Subject: [PATCH] comments --- public/visifile_drivers/apps/homepage.js | 28 +++++++++++++----------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/public/visifile_drivers/apps/homepage.js b/public/visifile_drivers/apps/homepage.js index 93168c650..ddee77692 100644 --- a/public/visifile_drivers/apps/homepage.js +++ b/public/visifile_drivers/apps/homepage.js @@ -1387,19 +1387,21 @@ disableHighlightEditableApp: {{ disableHighlightEditableApp }} return null }, addToEditableAppsAndEdit: async function ( ipfsHash ) { - /* Given the commit ID of an app in the app store, download it and edit it - ________________________________________ - | | - | addToEditableAppsAndEdit | - | | - |______________________________________| - Given the commit ID of an app in the app store, download it and edit it - __________ - | PARAMS |______________________________________________________________ - | - | ipfsHash - | -------- - |________________________________________________________________________ */ + //---------------------------------------------------------------------------------- + // + // /-------------------------------------/ + // / addToEditableAppsAndEdit / + // /-------------------------------------/ + // + //---------------------------------------------------------------------------- + // Given the commit ID of an app in the app store, download it and edit it + // + // ipfsHash + // -------- + // + // -------------------------------------------------------------------- + + debugger let mm = this this.open_file_name = "" this.open_file_path = "/"