tpavlek / Jeopardy

A PHP/Javascript implementation of the Jeopardy! game
41 stars 15 forks source link

Something broke with the new javascript changes #16

Closed tpavlek closed 9 years ago

tpavlek commented 9 years ago

Assigning positive scores from a question is broken. Reducing scores seemed to work.

Javascript should be refactored to store state in the javascript instead of as data-* attributes on modals, and then everything should be retested.