Commit fa7f8151 authored by yann300's avatar yann300

add to gist explorer instead of swarm

parent 44ed3482
...@@ -345,7 +345,7 @@ function filepanel (appAPI, filesProvider) { ...@@ -345,7 +345,7 @@ function filepanel (appAPI, filesProvider) {
} }
function toGist () { function toGist () {
packageFiles(filesProvider['browser'], (error, packaged) => { packageFiles(filesProvider['gist'], (error, packaged) => {
if (error) { if (error) {
console.log(error) console.log(error)
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment