Skip to content

Commit b5ec7ad

Browse files
committed
edit utm url
1 parent 4c66816 commit b5ec7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockly/blocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//https://blockly-demo.appspot.com/static/demos/blockfactory_old/index.html#5ag74x
22
var mainUrl = 'https://tutorials.webduino.io/zh-tw/docs/';
3-
var utmUrl = '?utm_source=cloud-blockly&utm_campaign=help_url';
3+
var utmUrl = '?utm_source=cloud-blockly&utm_medium=help&utm_campaign=help_url';
44

55
Blockly.Blocks['lora_new'] = {
66
init: function() {

0 commit comments

Comments
 (0)