]> lifelog.hopto.org Git - LifeLog.git/commitdiff
toggle fix.
authorMetabox <redacted>
Tue, 6 Aug 2019 21:43:12 +0000 (07:43 +1000)
committerMetabox <redacted>
Tue, 6 Aug 2019 21:43:12 +0000 (07:43 +1000)
htdocs/cgi-bin/wsrc/main.js

index cc9db52924ea115637d1bc26871523c2c43b445c..3e1ee82d5a5fca36fe080671555475649e6a3b03 100644 (file)
@@ -19,10 +19,10 @@ var DEF_BACKGROUND = 'white';
 function loadedBody(toggle) {
 
 
+
     if (toggle) {
-        toggleSearch($("#btn_srch"));
+        this.toggle("#div_srh", false);
     }
-
     $('#ed').datetimepicker({
         dateFormat: 'yy-mm-dd',
         timeFormat: 'HH:mm:ss',