Browse Source

Update link-to-wiki generator

Rob Wu 11 years ago
parent
commit
fe598d1a55
  1. 2
      test/features/index.html

2
test/features/index.html

@ -54,7 +54,7 @@ limitations under the License. @@ -54,7 +54,7 @@ limitations under the License.
<div id="plusfontusage" style="font-family: plus; visibility: hidden;">`</div>
<script>
var wikiPageBase = 'https://github.com/mozilla/pdf.js/wiki/Required-Browser-Features#wiki-';
var wikiPageBase = 'https://github.com/mozilla/pdf.js/wiki/Required-Browser-Features#user-content-';
var output = document.getElementById('output');
// for some browser textContent is absent using innerHTML :/
for (var i = 0; i < tests.length; i++) {

Loading…
Cancel
Save