Skip to content

Commit b776bb7

Browse files
committed
Switch to Parse for sharing per #64
1 parent 49e1290 commit b776bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/editor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ var helloEditor = {
205205

206206
$("#shareButton").click(function () {
207207
helloEditor.confirmExit = false;
208-
helloEditor.createGist();
209-
//helloEditor.addToGallery();
208+
//helloEditor.createGist();
209+
helloEditor.addToGallery();
210210
});
211211

212212
$("#resetExample").click(function () {

0 commit comments

Comments
 (0)