Merge pull request #5933 from Snuffleupagus/viewer-comment-cleanup

Remove commented out code from viewer.html
This commit is contained in:
Tim van der Meij 2015-04-13 20:18:05 +02:00
commit dbcc3a77fa

View File

@ -239,7 +239,6 @@ http://sourceforge.net/adobe/cmap/wiki/License/
<button id="download" class="toolbarButton download hiddenMediumView" title="Download" tabindex="34" data-l10n-id="download">
<span data-l10n-id="download_label">Download</span>
</button>
<!-- <div class="toolbarButtonSpacer"></div> -->
<a href="#" id="viewBookmark" class="toolbarButton bookmark hiddenSmallView" title="Current view (copy or open in new window)" tabindex="35" data-l10n-id="bookmark">
<span data-l10n-id="bookmark_label">Current View</span>
</a>
@ -391,6 +390,6 @@ http://sourceforge.net/adobe/cmap/wiki/License/
<div id="printContainer"></div>
<!--#if !(FIREFOX || MOZCENTRAL)-->
<!--#include viewer-snippet-mozPrintCallback-polyfill.html-->
<!--#endif--->
<!--#endif-->
</body>
</html>