Skip to content

Commit

Permalink
Update plantFunctions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrigby authored Nov 16, 2022
1 parent a084f4f commit 7d8e29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/plantFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export async function newPlantType() {
// const plantCnt = document.getElementById("plt_cnt")
// plantCnt.setAttribute('value', 1)
const iniRotationYear = document.getElementById("rot_yr_ini")
iniRotationYear.setAttribute('value', 1)
iniRotationYear.setAttribute('value', 0)
// const plantName = document.getElementById("plt_name")
//cuts '_comm' of the ed of plantComName and asignes the string as plantName

Expand Down

0 comments on commit 7d8e29e

Please sign in to comment.