Skip to content

Commit

Permalink
[Presentaiton API] Drop duplicate "click" event handler (#4791)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyukilabs authored and tidoust committed Feb 10, 2017
1 parent a52848c commit 2c16911
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
<p>Before starting this test, confirm that there are one or more available presentation display on your local network.</p>
<p>Click the button below to start the manual test. If prompted to select a device, please dismiss the dialog box. The test passes if a "PASS" result appears.
</p>
<button id="presentBtn" onclick="startPresentation()">Start Presentation Test</button>
<button id="presentBtn">Start Presentation Test</button>

<script>
// disable the timeout function for the tests
Expand Down

0 comments on commit 2c16911

Please sign in to comment.