]> lifelog.hopto.org Git - LifeLog.git/commitdiff
cat_desc was showing on show all click.
authorWill Budicm <redacted>
Wed, 16 Dec 2020 18:09:27 +0000 (05:09 +1100)
committerWill Budicm <redacted>
Wed, 16 Dec 2020 18:09:27 +0000 (05:09 +1100)
htdocs/cgi-bin/wsrc/main.js

index c2f57bce91184531be10d8558c9ad54082c55ecd..f904681267557bfc7dc8ebf2e4445645ca23b337 100644 (file)
@@ -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,<br> 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',