Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

get latest journal entry without html

var journalFieldName = 'comments';
var journalText = current[journalFieldName]
    .getJournalEntry(1)
    .trim()
    .split('
')
    .slice(1)
    .join('<br />
');
Source by snprotips.com #
 
PREVIOUS NEXT
Tagged: #latest #journal #entry #html
ADD COMMENT
Topic
Name
7+6 =