slash is needed to load with gist, otherwise 404

pull/1/head
ethers 9 years ago
parent 1f39624086
commit 0d774fa9eb
  1. 2
      index.html

@ -270,7 +270,7 @@
var files = {};
var filesArr = getFiles();
var description = "Created using soleditor: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://chriseth.github.io/browser-solidity?gist=";
var description = "Created using soleditor: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://chriseth.github.io/browser-solidity/?gist=";
for(var f in filesArr) {
files[fileNameFromKey(filesArr[f])] = {

Loading…
Cancel
Save