We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e46e9 commit 983f805Copy full SHA for 983f805
blockly/blocks.js
@@ -37,7 +37,7 @@ Blockly.Blocks['gps_new'] = {
37
this.setOutput(true);
38
this.setColour(230);
39
this.setTooltip('');
40
- this.setHelpUrl(mainUrl + 'basic/index.html' + utmUrl);
+ this.setHelpUrl('');
41
}
42
};
43
@@ -59,7 +59,7 @@ Blockly.Blocks['gps_read'] = {
59
this.setNextStatement(true, null);
60
this.setColour(65);
61
62
63
64
65
@@ -77,6 +77,6 @@ Blockly.Blocks['gps_get_data'] = {
77
this.setOutput(true, null);
78
this.setColour(35);
79
80
81
82
0 commit comments