Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,6 @@ step "Set Stack Script"
button:
script
function getBMI pHeight, pWeight
local tURL, tJSON, tArray
put "http://api.clinicalcalculator.org/bmi?" & \
"height_in_m=" & pHeight & "&weight_in_kg=" & pWeight into tURL

Expand Down Expand Up @@ -1373,7 +1372,6 @@ step "Set Calculator Card Script"
button:
script
command calculateBMI
local tHeight, tWeight, tBMI
put field "height" into tHeight
set the cHeight of this stack to tHeight

Expand Down Expand Up @@ -1792,7 +1790,6 @@ script
end preOpenCard

command calculateBMI
local tHeight, tWeight, tBMI
put field "height" into tHeight
set the cHeight of this stack to tHeight

Expand Down
1 change: 0 additions & 1 deletion notes/bugfix-19839.md

This file was deleted.