Skip to content
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

Merged
merged 2 commits into from
Jan 25, 2016
Merged

Conversation

llvasconcellos
Copy link
Contributor

This fixes #89
Needs to merge server side as well:
projectbuendia/buendia#70

@@ -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) {
Copy link
Member

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

Copy link
Member

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.

Copy link
Contributor Author

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.

Copy link
Contributor Author

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@capnfabs
Copy link
Member

👍 ready to merge

llvasconcellos added a commit that referenced this pull request Jan 25, 2016
@llvasconcellos llvasconcellos merged commit 714f8f4 into dev Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

required=(blank) not working
2 participants