Path is now sent on rename.

This commit is contained in:
bootstraponline
2012-07-31 22:13:04 -06:00
parent d28f454c6e
commit c1afa2a0e3
@@ -139,7 +139,6 @@ $(document).ready(function() {
jQuery.ajax( {
type: 'POST',
url: baseUrl + 'edit/' + oldName,
// omit path: pathName until https://github.com/github/gollum/issues/446 is fixed.
data: { path: path, rename: newName, page: oldName, message: msg },
success: function() {
window.location = baseUrl + encodeURIComponent(newName);