-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Required Fields #241
Fix Required Fields #241
Conversation
@@ -7,6 +7,18 @@ | |||
<script src="jquery-1.5.1.min.js"></script> | |||
<script src="freezeheader.js"></script> | |||
<script src="chart.js"></script> | |||
<script> | |||
function isRowEmpty(parentNode) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably go in chart.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, can we do this in pebble instead of in JS? It would fit better with our current programming model that way, and I think it would be more performant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@capnfabs I tried but pebble worn me out. There is a bug regarding variable scope in pebble and that's why I choose this solution. We really need to revome pebble as soon as possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@capnfabs Trust me, that wasn't my first option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
👍 ready to merge |
…quired-fields Fix Required Fields
This fixes #89
Needs to merge server side as well:
projectbuendia/buendia#70