More robust fetch code, download buttons

- Fetch code now handles github, local, or http: access
- Download button creates a time-stamped inline download
- More complete error messages
- Show warnings when approaching the hourly fetch quota (limit
reloading!)
- Added my test domain (where the _htaccess is deployed)
- `_htaccess` file added to set Access-Control-Allow-Origin “*”
- Marlin logo with css
- Limit selectable areas to avoid annoying selections
- Messages now persist until dismissed
- Default repo for files set to thinkyhead, ‘marlin_configurator’ branch
- Cosmetic changes
This commit is contained in:
Scott Lahteine
2015-02-11 04:59:07 -08:00
parent 52c3cf6d34
commit e74138b2be
6 changed files with 321 additions and 71 deletions

View File

@ -0,0 +1 @@
Header set Access-Control-Allow-Origin "*"