Update link-to-wiki generator

This commit is contained in:
Rob Wu 2014-08-30 10:51:50 +02:00
parent 8042a4b783
commit fe598d1a55

View File

@ -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++) {