Skip to content

Commit

Permalink
Update blocks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Dec 27, 2024
1 parent 5586f8e commit d64d2e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SpBlocklyJS/googlemap_20241226/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Blockly.Blocks['googlemap_initial'] = {

Blockly.Blocks['googlemap_addmap'] = {
init: function () {
this.appendDummyInput()
.appendField(Blockly.Msg["GOOGLEMAP"])
.appendField(Blockly.Msg["GOOGLEMAP_ADDMAP"]);
this.appendValueInput("divid")
.setAlign(Blockly.ALIGN_RIGHT)
.setCheck("String")
.appendField(Blockly.Msg["GOOGLEMAP_DIVID"]);
this.appendDummyInput()
.appendField(Blockly.Msg["GOOGLEMAP"])
.appendField(Blockly.Msg["GOOGLEMAP_ADDMAP"]);
.appendField(Blockly.Msg["GOOGLEMAP_DIVID"]);
this.appendValueInput("latitude")
.setCheck("Number")
.setAlign(Blockly.ALIGN_RIGHT)
Expand Down

0 comments on commit d64d2e2

Please sign in to comment.