diff --git a/static/js/Editor.js b/static/js/Editor.js index 65beb93..374d628 100644 --- a/static/js/Editor.js +++ b/static/js/Editor.js @@ -150,7 +150,7 @@ Editor.prototype.create_note_controls = function () { var iframe_id = "note_" + this.id; if ( this.read_write ) { this.grabber = createDOM( "td", { "id": "note_grabber_" + this.id, "class": "note_grabber" }, "....." ); - if ( !this.read_write ) + if ( !this.read_write || this.own_notes_only ) addElementClass( this.grabber, "invisible" ); this.delete_button = createDOM( "input", {