From: wbudic Date: Sat, 14 Aug 2021 06:17:36 +0000 (+1000) Subject: Impl. the buffered rtf document storing & loading. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=1d7f9094c2d2bcb28694545edfdf6dde8c046bef;p=LifeLog.git Impl. the buffered rtf document storing & loading. --- diff --git a/htdocs/cgi-bin/wsrc/main.js b/htdocs/cgi-bin/wsrc/main.js index d1f69f1..b59a727 100644 --- a/htdocs/cgi-bin/wsrc/main.js +++ b/htdocs/cgi-bin/wsrc/main.js @@ -24,7 +24,7 @@ var DBI_LVAR_SZ; function onBodyLoadGeneric() { $("input[type=submit], input[type=reset], .ui-widget-content, button, .a_").button(); $("#btn_save_doc").button(); - $("#btn_zero_doc").button(); if($("rtf_buffer").val()==0){$("#btn_zero_doc").hide()}; + $("#btn_zero_doc").button(); if($("#rtf_buffer").val()==0){$("#btn_zero_doc").hide()}; $("#btn_load_doc").button(); $("#btn_load_doc").hide(); if(!LOCALE || LOCALE==="English"){ LOCALE = "en-US";