Releases: OpenBuildings/jam-tart
Releases · OpenBuildings/jam-tart
0.2.40
Fix HTML5 drag events on Firefox
Fix export to csv bug
0.2.38 refactor export to csv
0.2.37
0.2.36
0.2.35: Improve checkboxes behavior
Merge pull request #9 from OpenBuildings/check-all-checkboxes Change all checkboxes, no matter their name
0.2.34
0.2.33: Improve checkbox selecting in tables
Merge pull request #7 from OpenBuildings/table-checkbox-improvement Improve checkbox selecting in tables
0.2.32: Set Content-Type to JSON for JSON responses
Set this header:
Content-Type: application/json
so when jQuery loads the data from the AJAX it converts it to an array of objects.
Otherwise there is an error when accessing the name property.