File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Blockly.Blocks['lora_new'] = {
12
12
this . setOutput ( true , null ) ;
13
13
this . setColour ( 230 ) ;
14
14
this . setTooltip ( '' ) ;
15
- this . setHelpUrl ( mainUrl + 'basic/index.html' + utmUrl ) ;
15
+ this . setHelpUrl ( '' ) ;
16
16
}
17
17
} ;
18
18
@@ -26,7 +26,7 @@ Blockly.Blocks['lora_send'] = {
26
26
this . setNextStatement ( true , null ) ;
27
27
this . setColour ( 65 ) ;
28
28
this . setTooltip ( '' ) ;
29
- this . setHelpUrl ( mainUrl + 'basic/index.html' + utmUrl ) ;
29
+ this . setHelpUrl ( '' ) ;
30
30
}
31
31
} ;
32
32
@@ -49,7 +49,7 @@ Blockly.Blocks['lora_send_ack'] = {
49
49
this . setNextStatement ( true , null ) ;
50
50
this . setColour ( 65 ) ;
51
51
this . setTooltip ( '' ) ;
52
- this . setHelpUrl ( mainUrl + 'basic/index.html' + utmUrl ) ;
52
+ this . setHelpUrl ( '' ) ;
53
53
}
54
54
} ;
55
55
@@ -64,7 +64,7 @@ Blockly.Blocks['lora_recv_ack'] = {
64
64
this . setNextStatement ( true , null ) ;
65
65
this . setColour ( 65 ) ;
66
66
this . setTooltip ( '' ) ;
67
- this . setHelpUrl ( mainUrl + 'basic/index.html' + utmUrl ) ;
67
+ this . setHelpUrl ( '' ) ;
68
68
}
69
69
} ;
70
70
@@ -77,6 +77,6 @@ Blockly.Blocks['lora_recv_data'] = {
77
77
this . setOutput ( true , null ) ;
78
78
this . setColour ( 35 ) ;
79
79
this . setTooltip ( '' ) ;
80
- this . setHelpUrl ( mainUrl + 'basic/index.html' + utmUrl ) ;
80
+ this . setHelpUrl ( '' ) ;
81
81
}
82
82
} ;
You can’t perform that action at this time.
0 commit comments