Ver Fonte

channel列表

bhikkhu-kosalla-china há 4 anos atrás
pai
commit
8bef7f59dc
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      app/term/note.js

+ 3 - 3
app/term/note.js

@@ -1188,12 +1188,12 @@ function hidden_control(obj) {
 	if ($(".lang_2")[0].style.display == "none" && $(".lang_3")[0].style.display == "none") {
 	if ($(".lang_2")[0].style.display == "none" && $(".lang_3")[0].style.display == "none") {
 		$(".lang_2").show();
 		$(".lang_2").show();
 		$(".lang_3").show();
 		$(".lang_3").show();
-		obj.innerHTML = gLocal.gui.hidden + " " + gLocal.gui.co_channel
+		obj.innerHTML = "⬅"
 	}
 	}
 	else {
 	else {
 		$(".lang_2").hide();
 		$(".lang_2").hide();
 		$(".lang_3").hide();
 		$(".lang_3").hide();
-		obj.innerHTML = gLocal.gui.show + " " + gLocal.gui.co_channel
+		obj.innerHTML = "➡"
 	}
 	}
 }
 }
 
 
@@ -1243,7 +1243,7 @@ function add_new_tran_button_click(obj) {
 	html += "<ul class='channel_list lang_1'>";
 	html += "<ul class='channel_list lang_1'>";
 	html += "<li>";
 	html += "<li>";
 	html += gLocal.gui.other;
 	html += gLocal.gui.other;
-	html += "&nbsp;<span onmouseover='hidden_control(this)'>" + gLocal.gui.show + "&nbsp;" + gLocal.gui.co_channel + "</span>"
+	html += "&nbsp;<button style='height: 1.8em;' onmouseover='hidden_control(this)'>➡</button>"
 	html += "</li>";
 	html += "</li>";
 	for (const iterator of _my_channal) {
 	for (const iterator of _my_channal) {
 		if (iterator.status > 0 && first_lang.indexOf(iterator.lang) == -1 && iterator.lang != 0) {
 		if (iterator.status > 0 && first_lang.indexOf(iterator.lang) == -1 && iterator.lang != 0) {