Skip to content

Commit 557caeb

Browse files
authored
Merge pull request mdn#131 from MrBrain295/patch-4
Fix last remaining pieces of IE specific code
2 parents eab5b01 + 6cd04b6 commit 557caeb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

channel-messaging-multimessage/page2.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
<title>My page title</title>
88
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Lobster+Two' rel='stylesheet' type='text/css'>
99
<link rel="stylesheet" href="style.css">
10-
<!--[if lt IE 9]>
11-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
12-
<![endif]-->
1310
</head>
1411
<body>
1512
<ul></ul>
@@ -35,4 +32,4 @@
3532
port2.postMessage('Message received by IFrame: "' + e.data + '"');
3633
}
3734
</script>
38-
</html>
35+
</html>

web-workers/simple-web-worker/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
<title>Web Workers basic example</title>
99

1010
<link rel="stylesheet" href="style.css">
11-
<!--[if lt IE 9]>
12-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13-
<![endif]-->
1411
</head>
1512

1613
<body>

0 commit comments

Comments
 (0)