More work on encryption of content and history.
This commit is contained in:
@@ -661,7 +661,7 @@ async function handle_update_journal() {
|
||||
data_kv: data_kv,
|
||||
log_lvl: log_lvl
|
||||
}).then(() => {
|
||||
alert('Journal sort order incremented!');
|
||||
// alert('Journal sort order incremented!');
|
||||
}).catch((error) => {
|
||||
console.error('Error updating journal sort order:', error);
|
||||
alert('Failed to update journal sort order.');
|
||||
@@ -691,7 +691,7 @@ async function handle_update_journal() {
|
||||
data_kv: data_kv,
|
||||
log_lvl: log_lvl
|
||||
}).then(() => {
|
||||
alert('Journal sort order decremented!');
|
||||
// alert('Journal sort order decremented!');
|
||||
}).catch((error) => {
|
||||
console.error('Error updating journal sort order:', error);
|
||||
alert('Failed to update journal sort order.');
|
||||
|
||||
Reference in New Issue
Block a user