Explorar el Código

onload 时渲染channellist

visuddhinanda hace 4 años
padre
commit
f20f35168a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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() {
-	$("see").click(function () {
+	renderChannelList();
+	$("see").on("click",function () {
 		var to = $(this).attr("to");
 		var link;
 		if (to) {