Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #144 from trailimage/develop
Browse files Browse the repository at this point in the history
update mapbox pin url
  • Loading branch information
Jason-Abbott authored Jul 28, 2018
2 parents 256c5eb + 42ee21a commit 440b8c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.1

= Fix Mapbox pin image reference to use HTTPS

## 4.1.0

- Add option to require an SSL connection
Expand Down
2 changes: 1 addition & 1 deletion public/js/category.js

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

2 changes: 1 addition & 1 deletion public/js/post.js

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

2 changes: 1 addition & 1 deletion src/client/static-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
$(function() {
/** Must be fully qualified path for use with Mapbox */
const pin = 'http://www.trailimage.com/p.png';
const pin = 'https://www.trailimage.com/p.png';

$('.static-map').each((_i, el) => {
const $img = $(el);
Expand Down

0 comments on commit 440b8c0

Please sign in to comment.