1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-29 07:37:57 +02:00

Make spacebar work on document load - fixes bug 864619

This commit is contained in:
Jonas 2013-04-30 16:44:51 +02:00
parent 29466c88c7
commit adf61ea5b0
2 changed files with 9 additions and 8 deletions

View file

@ -76,7 +76,7 @@ limitations under the License.
<script type="text/javascript" src="viewer.js"></script>
</head>
<body>
<body tabindex="1">
<div id="outerContainer" class="loadingInProgress">
<div id="sidebarContainer">
@ -212,7 +212,7 @@ limitations under the License.
data-l10n-id="page_rotate_cw" ></menuitem>
</menu>
<div id="viewerContainer" tabindex="1">
<div id="viewerContainer">
<div id="viewer" contextmenu="viewerContextMenu"></div>
</div>