From: Will Budicm Date: Wed, 16 Dec 2020 18:09:27 +0000 (+1100) Subject: cat_desc was showing on show all click. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=13d31d6642918b332efe5ec6a2a7a23601875363;p=LifeLog.git cat_desc was showing on show all click. --- diff --git a/htdocs/cgi-bin/wsrc/main.js b/htdocs/cgi-bin/wsrc/main.js index c2f57bc..f904681 100644 --- a/htdocs/cgi-bin/wsrc/main.js +++ b/htdocs/cgi-bin/wsrc/main.js @@ -82,17 +82,18 @@ function onBodyLoad(toggle, locale, tz, today, expires, rs_cur, log_limit) { allowTipHover: false }); $('#el').poshytip({ - content: "This is the log entry, can't be left empty.", + content: "This is your log entry,
can't be left empty.", className: 'tip-yellowsimple', showOn: 'focus', alignTo: 'target', alignX: 'left', alignY: 'center', offsetX: 5, - showTimeout: 100 + showTimeout: 50, + allowTipHover: true }); $('#am').poshytip({ - content: "Symbolic ammount in your local or preferred currency. Can be left empty.", + content: "Symbolic amount in your local or preferred currency. Can be left empty.", className: 'tip-yellowsimple', showOn: 'focus', alignTo: 'target',