Skip to content

Commit

Permalink
Update javascript.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Dec 29, 2024
1 parent 78a177d commit 7b4a0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpBlocklyJS/GameElements_20190131/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@ Blockly.JavaScript['custom_style'] = function (block) {
else if (element=="document")
cmd="document";
else
cmd="document.getElementById('game"+el+"_"+id+"')";
cmd="document.getElementById('game"+el+"_'+"+id+")";

if (style=="")
cmd = cmd+"."+property+" = "+val+";\n";
Expand Down

0 comments on commit 7b4a0e0

Please sign in to comment.