Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Oct 27, 2023
1 parent aeef2ec commit 45fa961
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions public/visifile_drivers/apps/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "/"
Expand Down

0 comments on commit 45fa961

Please sign in to comment.