Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -1896,6 +1896,8 @@ function updatestatus(e){
$('#messages').text('');
// Don't let this button do a real form submit
e.preventDefault();
// If there is a pending new status in the input, create it before saving
$('#devstatus .newstatus img').trigger('click');
// Collect the config data
var formdata=$(".main form").serializeArray();
// Set the action of the form to Update
Expand Down