mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Notes: Fix after changing Note state to lower value
This commit is contained in:
@@ -1027,13 +1027,16 @@ function get_note_status(callsign){
|
||||
$('#callsign-note-id').val(data.id);
|
||||
setNotesVisibility(2, noteData.content);
|
||||
} else {
|
||||
$('#callsign-note-id').val('');
|
||||
setNotesVisibility(2, lang_general_word_error);
|
||||
}
|
||||
}
|
||||
).fail(function() {
|
||||
$('#callsign-note-id').val('');
|
||||
setNotesVisibility(2, lang_general_word_error);
|
||||
});
|
||||
} else {
|
||||
$('#callsign-note-id').val('');
|
||||
setNotesVisibility(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user