Skip to content

Commit d396fb2

Browse files
committed
移除 GPS 區塊的幫助網址
1 parent d3e36fc commit d396fb2

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
@@ -34,7 +34,7 @@ Blockly.Blocks['gps_new'] = {
3434
this.setOutput(true);
3535
this.setColour(230);
3636
this.setTooltip('');
37-
this.setHelpUrl('https://webduino.io');
37+
this.setHelpUrl('');
3838
}
3939
};
4040

@@ -55,7 +55,7 @@ Blockly.Blocks['gps_read'] = {
5555
this.setNextStatement(true, null);
5656
this.setColour(65);
5757
this.setTooltip('');
58-
this.setHelpUrl('https://webduino.io');
58+
this.setHelpUrl('');
5959
}
6060
};
6161

@@ -69,6 +69,6 @@ Blockly.Blocks['gps_get_data'] = {
6969
this.setOutput(true, null);
7070
this.setColour(20);
7171
this.setTooltip('');
72-
this.setHelpUrl('https://webduino.io');
72+
this.setHelpUrl('');
7373
}
7474
};

0 commit comments

Comments
 (0)