Sfoglia il codice sorgente

onload 时渲染channellist

visuddhinanda 4 anni fa
parent
commit
f20f35168a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      app/studio/js/editor.js

+ 2 - 1
app/studio/js/editor.js

@@ -185,7 +185,8 @@ function dict_active(obj, dictIndex) {
 }
 }
 
 
 function editor_windowsInit() {
 function editor_windowsInit() {
-	$("see").click(function () {
+	renderChannelList();
+	$("see").on("click",function () {
 		var to = $(this).attr("to");
 		var to = $(this).attr("to");
 		var link;
 		var link;
 		if (to) {
 		if (to) {