removed noteId display in the note detail, #408

This commit is contained in:
zadam 2019-02-14 20:57:56 +01:00
parent 2a2319d434
commit b0596c9eb2
3 changed files with 0 additions and 13 deletions

View File

@ -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();

View File

@ -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;

View File

@ -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"