Skip to content

Commit

Permalink
Merge branch 'MDL-51854-master' of https://github.com/pauln/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Nov 2, 2015
2 parents 693ed49 + ca50279 commit deec056
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ Y.namespace('M.atto_image').Button = Y.Base.create('button', Y.M.editor_atto.Edi
};
xhr.open("POST", M.cfg.wwwroot + '/repository/repository_ajax.php?action=upload', true);
xhr.send(formData);
return false;
}
return false;

},

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ Y.namespace('M.atto_image').Button = Y.Base.create('button', Y.M.editor_atto.Edi
};
xhr.open("POST", M.cfg.wwwroot + '/repository/repository_ajax.php?action=upload', true);
xhr.send(formData);
return false;
}
return false;

},

Expand Down
2 changes: 1 addition & 1 deletion lib/editor/atto/plugins/image/yui/src/button/js/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ Y.namespace('M.atto_image').Button = Y.Base.create('button', Y.M.editor_atto.Edi
};
xhr.open("POST", M.cfg.wwwroot + '/repository/repository_ajax.php?action=upload', true);
xhr.send(formData);
return false;
}
return false;

},

Expand Down

0 comments on commit deec056

Please sign in to comment.