diff --git a/lib/gollum/frontend/public/gollum/javascript/gollum.js b/lib/gollum/frontend/public/gollum/javascript/gollum.js index 6c4bea4f..5d59d7a2 100755 --- a/lib/gollum/frontend/public/gollum/javascript/gollum.js +++ b/lib/gollum/frontend/public/gollum/javascript/gollum.js @@ -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);