Skip to content

Commit

Permalink
Remove id attribute from default presentation link tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltzgoogle committed Jun 9, 2015
1 parent 56a31e1 commit 87562f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ <h3>
&lt;head&gt;
&lt;!-- the link element with rel='default-presentation' allows the page to specify --&gt;
&lt;!-- the presentation URL and id for when the UA initiates a presentation session --&gt;
&lt;link href="http://example.com/presentation.html" rel="default-presentation" id="ABCD1234" &gt;
&lt;link href="http://example.com/presentation.html" rel="default-presentation" &gt;
&lt;/head&gt;
&lt;script&gt;
navigator.presentation.ondefaultsessionstart = function (evt) {
Expand Down

0 comments on commit 87562f1

Please sign in to comment.