File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- var mainUrl = 'https://tutorials.webduino.io/zh-tw/docs/' ;
2- var utmUrl = '?utm_source=cloud-blockly&utm_medium=contextMenu&utm_campaign=tutorials' ;
3-
41Blockly . Blocks [ 'irraw_new_recv' ] = {
52 init : function ( ) {
63 this . appendDummyInput ( )
@@ -9,7 +6,7 @@ Blockly.Blocks['irraw_new_recv'] = {
96 this . setOutput ( true ) ;
107 this . setColour ( 230 ) ;
118 this . setTooltip ( '' ) ;
12- this . setHelpUrl ( mainUrl + 'basic/index.html' + utmUrl ) ;
9+ this . setHelpUrl ( '' ) ;
1310 }
1411} ;
1512
@@ -21,7 +18,7 @@ Blockly.Blocks['irraw_new_send'] = {
2118 this . setOutput ( true ) ;
2219 this . setColour ( 230 ) ;
2320 this . setTooltip ( '' ) ;
24- this . setHelpUrl ( mainUrl + 'basic/index.html' + utmUrl ) ;
21+ this . setHelpUrl ( '' ) ;
2522 }
2623} ;
2724
@@ -33,7 +30,7 @@ Blockly.Blocks['irraw_val'] = {
3330 this . setOutput ( true ) ;
3431 this . setColour ( 35 ) ;
3532 this . setTooltip ( '' ) ;
36- this . setHelpUrl ( mainUrl + 'basic/index.html' + utmUrl ) ;
33+ this . setHelpUrl ( '' ) ;
3734 }
3835} ;
3936
@@ -48,7 +45,7 @@ Blockly.Blocks['irraw_on'] = {
4845 this . setNextStatement ( true ) ;
4946 this . setColour ( 65 ) ;
5047 this . setTooltip ( '' ) ;
51- this . setHelpUrl ( mainUrl + 'basic/index.html' + utmUrl ) ;
48+ this . setHelpUrl ( '' ) ;
5249 }
5350} ;
5451
@@ -62,7 +59,7 @@ Blockly.Blocks['irraw_launch'] = {
6259 this . setNextStatement ( true ) ;
6360 this . setTooltip ( '' ) ;
6461 this . setColour ( 65 ) ;
65- this . setHelpUrl ( mainUrl + 'basic/index.html' + utmUrl ) ;
62+ this . setHelpUrl ( '' ) ;
6663 }
6764} ;
6865
@@ -75,6 +72,6 @@ Blockly.Blocks['irraw_stop_receive'] = {
7572 this . setNextStatement ( true ) ;
7673 this . setTooltip ( '' ) ;
7774 this . setColour ( 65 ) ;
78- this . setHelpUrl ( mainUrl + 'basic/index.html' + utmUrl ) ;
75+ this . setHelpUrl ( '' ) ;
7976 }
8077} ;
You can’t perform that action at this time.
0 commit comments