diff --git a/public/javascripts/application.js b/public/javascripts/application.js index cb7ba4b63..bebfc6493 100644 --- a/public/javascripts/application.js +++ b/public/javascripts/application.js @@ -1301,7 +1301,7 @@ function elocalStorage(editor,mdu){ editor2 = editor; var oc = window.sessionStorage.getItem('content'+mdu); if(oc !== null ){ - var h = '您上次有已保存的数据,是否恢复 ? / 不恢复'; + var h = '您上次有已保存的数据,是否恢复 ? / 不恢复'; $('#e_tips').html(h); } setInterval(function() { @@ -1316,7 +1316,7 @@ function elocalStorage(editor,mdu){ if(!editor.isEmpty()){ add_data("content",mdu,editor.html()); $('#e_tip').html(" 数据已于 " + h + ':' + m + ':' + s +" 保存 "); - $('#e_tips').html(""); + //$('#e_tips').html(""); } },10000);