From 13d31d6642918b332efe5ec6a2a7a23601875363 Mon Sep 17 00:00:00 2001 From: Will Budicm Date: Thu, 17 Dec 2020 05:09:27 +1100 Subject: [PATCH] cat_desc was showing on show all click. --- htdocs/cgi-bin/wsrc/main.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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', -- 2.34.1