Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Prettier download name
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerhawkvok committed Jul 8, 2016
1 parent 5dfeee4 commit 3e17828
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BD Web Tracker",
"version": "0.8.0",
"version": "0.9.0",
"homepage": "https://github.com/tigerhawkvok/amphibian-disease-tracker",
"authors": [
"Philip Kahn <[email protected]>"
Expand Down
1 change: 1 addition & 0 deletions coffee/core.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,7 @@ generateCSVFromResults = (resultArray, caller, selector = "#modal-sql-details-li
$(caller).replaceWith html
options =
objectAsValues: true
downloadFile: "#{Date.now()}_adp-global-search-result-data.csv"
acceptableCols: [
"collectionid"
"catalognumber"
Expand Down
1 change: 1 addition & 0 deletions js/c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/c.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/maps/c.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/maps/c.src.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,7 @@ generateCSVFromResults = (resultArray, caller, selector = "#modal-sql-details-li
$(caller).replaceWith html
options =
objectAsValues: true
downloadFile: "#{Date.now()}_adp-global-search-result-data.csv"
acceptableCols: [
"collectionid"
"catalognumber"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amphibian-disease-tracker",
"version": "0.8.0",
"version": "0.9.0",
"description": "Amphibian Disease Tracker Portal",
"main": "",
"scripts": {
Expand Down

0 comments on commit 3e17828

Please sign in to comment.