forked from 0x2620/pandora
don't load debugger.js
This commit is contained in:
parent
a2ff9480cf
commit
0f889f927d
2 changed files with 2 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Copyright 2012 Mozilla Foundation
|
||||
|
||||
|
@ -41,9 +41,6 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|||
<script src="/static/pdf.js/l10n.js"></script>
|
||||
<script src="/static/pdf.js/pdf.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="/static/pdf.js/debugger.js"></script>
|
||||
<script type="text/javascript">
|
||||
var DEFAULT_URL = '{{url}}',
|
||||
embeds = {{embeds|safe}},
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Copyright 2012 Mozilla Foundation
|
||||
|
||||
|
@ -43,8 +43,6 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|||
|
||||
|
||||
|
||||
<script src="/static/pdf.js/debugger.js"></script>
|
||||
|
||||
<script src="/static/pdf.js/embeds.js"></script>
|
||||
<script src="/static/pdf.js/viewer.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/static/pdf.js/css/videopdf.css"/>
|
||||
|
|
Loading…
Reference in a new issue