summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elm/Tagmod.elm1
1 files changed, 0 insertions, 1 deletions
diff --git a/elm/Tagmod.elm b/elm/Tagmod.elm
index 1e0cb408..82b6fd13 100644
--- a/elm/Tagmod.elm
+++ b/elm/Tagmod.elm
@@ -168,7 +168,6 @@ viewTag t sel vid mod =
[ onMouseOver (SetSel t.id Note)
, onMouseOut (SetSel 0 NoSel)
, onClickD (SetSel t.id NoteSet)
- , title <| if t.notes == "" then "set note" else t.notes
, style "opacity" <| if t.notes == "" then "0.5" else "1.0"
] [ text "💬" ]
]