mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 19:22:57 +00:00
fix redirect
This commit is contained in:
parent
6d7156c30f
commit
24871ee151
2
assets/js/app.min.js
vendored
2
assets/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
@ -121,7 +121,7 @@ $(document).on('ready pjax:success', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$.pjax({
|
$.pjax({
|
||||||
url: "/admin/edit/" + filename,
|
url: window.location.pathname.replace("browse", "edit") + filename,
|
||||||
container: '#content'
|
container: '#content'
|
||||||
})
|
})
|
||||||
}).fail(function(data) {
|
}).fail(function(data) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user