|
|
@@ -339,7 +339,7 @@ function insertBlockToHtml(element) {
|
|
|
//document.getElementById("id_heading_level_"+bookId+"_"+(paragraph-1)).value=headingLevel;
|
|
|
break;
|
|
|
}
|
|
|
-
|
|
|
+ guide_init();
|
|
|
}
|
|
|
|
|
|
function updataHeadingBlockInHtml(book, par) {
|
|
|
@@ -1009,7 +1009,9 @@ function render_sent_tool_bar(elementBlock, begin) {
|
|
|
output += "<div class='sent_wbw_trans_bar'>";
|
|
|
let sentIdString = abook + "-" + aparagraph + "-" + iBegin + "-" + iEnd;
|
|
|
let sentIdStringLink = "{{" + sentIdString + "}}";
|
|
|
- output += "<span>" + sentIdString + "<a onclick=\"copy_to_clipboard('" + sentIdStringLink + "')\">[" + gLocal.gui.copy_to_clipboard + "]</a></span>";
|
|
|
+ output += "<span>" + sentIdString + "<a onclick=\"copy_to_clipboard('" + sentIdStringLink + "')\">[";
|
|
|
+ output += gLocal.gui.copy_to_clipboard;
|
|
|
+ output += "]</a></span>";
|
|
|
// output += "<span>"+abook+"-"+aparagraph+"-"+iBegin+"-"+iEnd+"</span>";
|
|
|
output += "<guide gid='sent_func' style='margin:unset;'></guide>";
|
|
|
output += "</div>";
|
|
|
@@ -1194,7 +1196,9 @@ function renderWordParBlockInner(elementBlock) {
|
|
|
output += "<div class='sent_wbw_trans_bar'>";
|
|
|
let sentIdString = book + "-" + paragraph + "-" + nextBegin + "-" + nextEnd;
|
|
|
let sentIdStringLink = "{{" + sentIdString + "}}";
|
|
|
- output += "<span>" + sentIdString + "<a onclick=\"copy_to_clipboard('" + sentIdStringLink + "')\">[" + gLocal.gui.copy_to_clipboard + "]</a></span>";
|
|
|
+ output += "<span>" + sentIdString + "<a onclick=\"copy_to_clipboard('" + sentIdStringLink + "')\">[";
|
|
|
+ output += gLocal.gui.copy_to_clipboard;
|
|
|
+ output += "]</a></span>";
|
|
|
output += "<guide gid='sent_func' style='margin:unset;'></guide>";
|
|
|
output += "</div>";
|
|
|
|
|
|
@@ -1235,7 +1239,6 @@ function renderWordParBlockInner(elementBlock) {
|
|
|
arr_Para_ID.push(wID);
|
|
|
arr_par_sent_num.push(sent_ID);
|
|
|
g_arr_Para_ID[par_num] = arr_Para_ID;
|
|
|
- guide_init();
|
|
|
return output;//+outList;
|
|
|
|
|
|
}
|