|
|
@ -1261,6 +1261,7 @@ function elocalStorage(editor,mdu){
|
|
|
|
h = h < 10 ? '0' + h : h;
|
|
|
|
h = h < 10 ? '0' + h : h;
|
|
|
|
m = m < 10 ? '0' + m : m;
|
|
|
|
m = m < 10 ? '0' + m : m;
|
|
|
|
s = s < 10 ? '0' + s : s;
|
|
|
|
s = s < 10 ? '0' + s : s;
|
|
|
|
|
|
|
|
editor.sync();
|
|
|
|
if(!editor.isEmpty()){
|
|
|
|
if(!editor.isEmpty()){
|
|
|
|
add_data("content",mdu,editor.html());
|
|
|
|
add_data("content",mdu,editor.html());
|
|
|
|
$('#e_tip').html(" 数据已于 " + h + ':' + m + ':' + s +" 保存 ");
|
|
|
|
$('#e_tip').html(" 数据已于 " + h + ':' + m + ':' + s +" 保存 ");
|
|
|
|