Commit 094ab8fa authored by Tim Zallmann's avatar Tim Zallmann Committed by Jose Ivan Vargas

Resetting the value just to be sure afterwards again through .text()

parent 8013b1f5
......@@ -1297,6 +1297,9 @@ export default class Notes {
</li>`
);
$tempNote.find('.hidden-xs').text(_.escape(currentUserFullname));
$tempNote.find('.note-headline-light').text(_.escape(currentUsername));
return $tempNote;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment