Skip to content

Commit

Permalink
Remove IE9 specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrain295 authored Jul 7, 2022
1 parent 11156ba commit cca1035
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions channel-messaging-basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<meta name="viewport" content="width=device-width">
<title>Channel messaging demo</title>
<link rel="stylesheet" href="">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<h1>Channel messaging demo</h1>
Expand All @@ -35,4 +32,4 @@ <h1>Channel messaging demo</h1>
output.innerHTML = e.data;
}
</script>
</html>
</html>

0 comments on commit cca1035

Please sign in to comment.