You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
issue #64 completed for editor route
This commit is contained in:
@@ -92,7 +92,7 @@ $(document).on('page:editor', function() {
|
||||
var button = $(this).find("input[type=submit]:focus");
|
||||
var data = {
|
||||
content: $(this).serializeJSON(),
|
||||
type: button.data("type"),
|
||||
contentType: button.data("type"),
|
||||
schedule: button.data("schedule"),
|
||||
regenerate: button.data("regenerate")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user