http -> https fixes
This commit is contained in:
parent
6aae3a1b13
commit
e2a78fa99b
34 changed files with 39 additions and 39 deletions
|
@ -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>
|
||||
|
|
|
@ -103,7 +103,7 @@ Firefox/Chrome/Opera автозаполняют формы по `DOMContentLoade
|
|||
};
|
||||
*/!*
|
||||
</script>
|
||||
<iframe src="http://example.com/" style="height:60px"></iframe>
|
||||
<iframe src="https://example.com/" style="height:60px"></iframe>
|
||||
<img src="https://js.cx/clipart/yozhik.jpg?speed=1">
|
||||
```
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
});
|
||||
|
||||
document.querySelector('#heroes').addEventListener('select', function(event) {
|
||||
alert(event.value);
|
||||
alert(event.detail);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue