Raghwendra-Dey / productivity_meter

Productivity meter for measuring productivity of solving problems
https://raghwendra-dey.github.io/productivity_meter/
MIT License
13 stars 23 forks source link

Same Ids for different Element #56

Closed Vishal-raj-1 closed 3 years ago

Vishal-raj-1 commented 3 years ago

Id is unique. We can't give multiple ids to an element OR same id for multiple elements. One more little thing I would like to mention is if it is centiseconds instead of miliseconds use cs instead of ms.

id error

I would like to work on this issue !! @Raghwendra-Dey Sir !!

Raghwendra-Dey commented 3 years ago

@Vishal-raj-1 we haven't given multiple ids for the same element right? Yeah, we have given multiple elements same ids, and thats wrong. You may correct it.

Vishal-raj-1 commented 3 years ago

@Vishal-raj-1 we haven't given multiple ids for the same element right? Yeah, we have given multiple elements same ids, and thats wrong. You may correct it.

Okay I am fixing that !!