Merge pull request #3784 from ankitaggarwal011/fix/create-my-github-issue-not-working

Fix for create-my-github-issue button not working
pull/3780/merge
Logan Tegman 2015-10-17 14:48:17 -07:00
commit 4024bd0622
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ $(document).ready(function() {
'links to screenshots if possible.\n\n'
].join('');
if (editor.getValue().trim()) {
if (typeof editor !== 'undefined' && editor.getValue().trim()) {
var type;
switch (challengeType) {
case challengeTypes.HTML_CSS_JQ: