mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 17:38:47 +02:00
removed noteId display in the note detail, #408
This commit is contained in:
parent
2a2319d434
commit
b0596c9eb2
@ -26,7 +26,6 @@ const $noteDetailComponents = $(".note-detail-component");
|
||||
const $protectButton = $("#protect-button");
|
||||
const $unprotectButton = $("#unprotect-button");
|
||||
const $noteDetailWrapper = $("#note-detail-wrapper");
|
||||
const $noteIdDisplay = $("#note-id-display");
|
||||
const $childrenOverview = $("#children-overview");
|
||||
const $scriptArea = $("#note-detail-script-area");
|
||||
const $savedIndicator = $("#saved-indicator");
|
||||
@ -201,8 +200,6 @@ async function loadNoteDetail(noteId) {
|
||||
attributeService.invalidateAttributes();
|
||||
}
|
||||
|
||||
$noteIdDisplay.html(noteId);
|
||||
|
||||
updateNoteView();
|
||||
|
||||
$noteDetailWrapper.show();
|
||||
|
@ -464,14 +464,6 @@ div.ui-tooltip {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
#note-id-display {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
bottom: 8px;
|
||||
z-index: 1000;
|
||||
color: lightgrey;
|
||||
}
|
||||
|
||||
#note-type-dropdown {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
|
@ -140,8 +140,6 @@
|
||||
<input autocomplete="off" value="" id="note-title" tabindex="1">
|
||||
|
||||
<div class="hide-toggle" style="display: flex; align-items: center;">
|
||||
<span id="note-id-display" title="Note ID"></span>
|
||||
|
||||
<button class="btn btn-sm icon-button jam jam-play"
|
||||
style="display: none; margin-right: 10px;"
|
||||
title="Render"
|
||||
|
Loading…
x
Reference in New Issue
Block a user