Просмотр исходного кода

Merge branch 'master' of https://github.com/visuddhinanda/mint

Bhikkhu-Kosalla 5 лет назад
Родитель
Сommit
cf10cdedf3
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      app/studio/js/xml.js
  2. 1 1
      app/term/note.js

+ 1 - 1
app/studio/js/xml.js

@@ -269,7 +269,7 @@ function modifyApply(sWordId,update_user_dict){
 	let oldReal = getNodeText(x[wordIndex],"real");
 	if(sReal != oldReal){
 		setNodeText(x[wordIndex],"real",sReal);
-		msg_data.real=Real;
+		msg_data.real=sReal;
 	}
 	setNodeAttr(x[wordIndex],"real","status",wordCurrStatus);
 	

+ 1 - 1
app/term/note.js

@@ -324,7 +324,7 @@ function render_channal_list(channalinfo) {
   output += "</span>";
   output += "</div>";
 
-  output += "<div style='width: 100%;'>";
+  output += "<div style='width: 100%;overflow-x: hidden;'>";
 
   output += "<div>";