Skip to content

Commit

Permalink
fix mailhog/MailHog#169 add polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkowalewski committed Oct 28, 2017
1 parent 24b31a4 commit 60fea8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/js/srcdoc-polyfill.min.js

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

1 change: 1 addition & 0 deletions assets/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ <h3>Jim</h3>
<script src="js/filesize-3.1.2.min.js"></script>
<script src="js/strutil.js"></script>
<script src="js/controllers.js"></script>
<script src="js/srcdoc-polyfill.min.js"></script>
<script>
function endsWith(str, suffix) {
return str.indexOf(suffix, str.length - suffix.length) !== -1;
Expand Down

0 comments on commit 60fea8e

Please sign in to comment.