Jeak / ggLog

Online Running Log
http://ko.kooia.info/ggLog/
2 stars 1 forks source link

Pressing 'cancel' posts a workout #3

Closed davidberard98 closed 11 years ago

Jeak commented 11 years ago

Suggestion:

create close function which then selects the object and deletes all associated data

Jack Gallegos

On Aug 28, 2013, at 5:35 PM, David Berard notifications@github.com wrote:

\ Reply to this email directly or view it on GitHub.

davidberard98 commented 11 years ago

Ended up begin that instead of
<button onclick="closenewworkout();">cancel</button>
you need it to return false to be an error, so
<button onclick="closenewworkout(); return false;">cancel</button>
worked