Github user jmuehlner commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/176#discussion_r128304961
--- Diff: doc/guacamole-playback-example/src/main/webapp/index.html ---
@@ -28,10 +28,19 @@
<body>
<!-- Guacamole recording player -->
- <div class="player">
+ <div id="player">
--- End diff --
Not that I have a problem with making this an ID, but you could have used
getElementsByClassName instead of changing this, right?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---