Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
Freshen browser support badge
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Sep 1, 2016
1 parent 0668fde commit 1209208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ Trix sidesteps these inconsistencies by treating `contenteditable` as an I/O dev

### Built for the Modern Web

Trix supports all evergreen, self-updating desktop and mobile browsers.

![Browser Test Status](https://s3.amazonaws.com/trix-depot/test-status-images/trix-current.svg)
<details><summary>Trix supports all evergreen, self-updating desktop and mobile browsers.</summary><img src="https://s3.amazonaws.com/trix-depot/test-status-images/trix.svg"></details>

Trix is built with emerging web standards, notably [Custom Elements](http://www.w3.org/TR/custom-elements/), [Mutation Observer](https://dom.spec.whatwg.org/#mutation-observers), and [Promises](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects). Eventually we expect all browsers to implement these standards. In the meantime, Trix includes [polyfills](https://en.wikipedia.org/wiki/Polyfill) for missing functionality.

Expand Down
4 changes: 2 additions & 2 deletions bin/update-status-image
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class UpdateStatusImage
puts "Uploaded #{image_filename} to S3"

if update_current_image?
current_image_filename = status_image_key("#{config[:name]}-current.svg")
upload_to_s3 tmp_image_path, key: current_image_filename, content_type: SVG_CONTENT_TYPE
current_image_filename = status_image_key("#{config[:name]}.svg")
upload_to_s3 tmp_image_path, key: current_image_filename, content_type: SVG_CONTENT_TYPE, cache_control: "no-cache"
puts "Uploaded #{current_image_filename} to S3"
end
end
Expand Down

0 comments on commit 1209208

Please sign in to comment.