witten
/
luminotes
Archived
1
0
Fork 0

No longer showing a grabber on a new note created within a forum.

This commit is contained in:
Dan Helfman 2009-02-10 13:53:36 -08:00
parent 3c7f8b726a
commit 5446eeec5d
1 changed files with 1 additions and 1 deletions

View File

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