From c1afa2a0e38065ced1f16dc75aea18051751fd34 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Tue, 31 Jul 2012 22:13:04 -0600 Subject: [PATCH] Path is now sent on rename. --- lib/gollum/frontend/public/gollum/javascript/gollum.js | 1 - 1 file changed, 1 deletion(-) 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);