This commit is contained in:
Henrique Dias
2016-02-25 20:02:06 +00:00
parent 6140e6ca1f
commit aa31961892
4 changed files with 24 additions and 13 deletions

View File

@@ -168,7 +168,7 @@ $(document).on('page:browse', function() {
});
$.pjax({
url: window.location.pathname.replace("browse", "edit") + filename,
url: data.Location,
container: '#content'
})
}).fail(function(data) {