-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f265ca
commit 2cecc40
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule client_helpers
updated
58 files
Submodule media
updated
20 files
+1 −1 | css/report-filters.css | |
+45 −0 | css/theme-bootstrap-3.css | |
+1 −1 | css/theme-bootstrap-3.css.map | |
+67 −0 | css/theme-generic.css | |
+1 −1 | css/theme-generic.css.map | |
+2 −2 | js/controls/speciesmap_controls.js | |
+9 −5 | js/indicia.datacomponents/idc.core.js | |
+31 −11 | js/indicia.datacomponents/jquery.idc.leafletMap.js | |
+15 −0 | js/indicia.datacomponents/jquery.idc.recordDetailsPane.js | |
+18 −14 | js/indicia.datacomponents/jquery.idc.verificationButtons.js | |
+5 −2 | js/jquery.indiciaMapPanel.js | |
+3 −3 | js/jquery.uploader.js | |
+449 −103 | js/reportFilters.js | |
+175 −128 | js/uploader.js | |
+12 −0 | scss/common/_import-helper-2.scss | |
+39 −0 | scss/common/_report-filters.scss | |
+8 −0 | scss/generic/_bootstrapify.scss | |
+15 −0 | scss/generic/_verification.scss | |
+1 −0 | scss/theme-bootstrap-3.scss | |
+3 −1 | scss/theme-generic.scss |