Publish all open files to an anonymous github gist.
-
You can also load a gist by adding the following #gist=GIST_ID to your url, where GIST_ID is the id of the gist to load.
+
You can also load a gist by adding the following ?gist=GIST_ID to your url, where GIST_ID is the id of the gist to load.
@@ -236,7 +236,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])] = {