Skip to content

Commit 983f805

Browse files
committed
移除 GPS 模組幫助網址的設定
1 parent c7e46e9 commit 983f805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blockly/blocks.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Blockly.Blocks['gps_new'] = {
3737
this.setOutput(true);
3838
this.setColour(230);
3939
this.setTooltip('');
40-
this.setHelpUrl(mainUrl + 'basic/index.html' + utmUrl);
40+
this.setHelpUrl('');
4141
}
4242
};
4343

@@ -59,7 +59,7 @@ Blockly.Blocks['gps_read'] = {
5959
this.setNextStatement(true, null);
6060
this.setColour(65);
6161
this.setTooltip('');
62-
this.setHelpUrl(mainUrl + 'basic/index.html' + utmUrl);
62+
this.setHelpUrl('');
6363
}
6464
};
6565

@@ -77,6 +77,6 @@ Blockly.Blocks['gps_get_data'] = {
7777
this.setOutput(true, null);
7878
this.setColour(35);
7979
this.setTooltip('');
80-
this.setHelpUrl(mainUrl + 'basic/index.html' + utmUrl);
80+
this.setHelpUrl('');
8181
}
8282
};

0 commit comments

Comments
 (0)