Fix not working gist sharing

This commit is contained in:
Arsen Melikyan
2015-12-01 14:20:45 +04:00
parent b5ce9ca6fc
commit 2a81a2e887

View File

@@ -248,7 +248,7 @@ window.common = (function(global) {
'\n' +
'// Learn to Code at Free Code Camp (www.freecodecamp.com)' +
'\n\n' +
window.editor.getValue().trim()
common.editor.getValue().trim()
};
request.send(JSON.stringify(data));