From b0596c9eb2ca95d0c4596475742e7b5556716acc Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 14 Feb 2019 20:57:56 +0100 Subject: [PATCH] removed noteId display in the note detail, #408 --- src/public/javascripts/services/note_detail.js | 3 --- src/public/stylesheets/style.css | 8 -------- src/views/desktop.ejs | 2 -- 3 files changed, 13 deletions(-) diff --git a/src/public/javascripts/services/note_detail.js b/src/public/javascripts/services/note_detail.js index 77031cbee..5d90f8c66 100644 --- a/src/public/javascripts/services/note_detail.js +++ b/src/public/javascripts/services/note_detail.js @@ -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(); diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index f15589773..93bd12b15 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -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; diff --git a/src/views/desktop.ejs b/src/views/desktop.ejs index 95cc87da6..68ab2e989 100644 --- a/src/views/desktop.ejs +++ b/src/views/desktop.ejs @@ -140,8 +140,6 @@
- -