diff --git a/public/javascripts/jupyter.js b/public/javascripts/jupyter.js index 3141fc3c5..6610bfdca 100644 --- a/public/javascripts/jupyter.js +++ b/public/javascripts/jupyter.js @@ -41,9 +41,9 @@ $(function(){ if(e.data==="Parentwindow"){ //重置停止 timebool=false; - console.log("父窗口调我了"); - }else if(e.data==="Parentwindow"){ - console.log("父窗口调我了"); + console.log("父窗口调我了重置停止"); + }else if(e.data==="cancelwindow"){ + console.log("父窗口调我了取消启动"); //取消启动 timebool=true; this.runEvery10Sec();