http -> https fixes

This commit is contained in:
Ilya Kantor 2015-04-19 15:37:16 +03:00
parent 6aae3a1b13
commit e2a78fa99b
34 changed files with 39 additions and 39 deletions

View file

@ -215,7 +215,7 @@ ul.appendChild(fragment); // вместо фрагмента вставятся
<head>
<meta charset="utf-8">
<script src="https://cdn.polyfill.io/v1/polyfill.js?features=Element.prototype.append"></script>
<script src="https://cdn.polyfill.io/v1/polyfill.js?features=Element.prototype.append,Element.prototype.after"></script>
</head>
<body>