update generated gist link

pull/1/head
serapath 7 years ago
parent f6d867650a
commit 950ad1bb6c
  1. 2
      src/app/panels/file-panel.js

@ -293,7 +293,7 @@ function filepanel (appAPI, filesProvider) {
console.log(error)
modalDialogCustom.alert('Failed to create gist: ' + error)
} else {
var description = 'Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. \n Load this file by pasting this gists URL or ID at https://ethereum.github.io/remix-ide/#version=' + queryParams.get().version + '&optimize=' + queryParams.get().optimize + '&gist='
var description = 'Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. \n Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=' + queryParams.get().version + '&optimize=' + queryParams.get().optimize + '&gist='
console.log(packaged)
minixhr({
url: 'https://api.github.com/gists',

Loading…
Cancel
Save