Compare commits
2 commits
a2ff9480cf
...
66f9a51769
| Author | SHA1 | Date | |
|---|---|---|---|
| 66f9a51769 | |||
| 0f889f927d |
3 changed files with 3 additions and 8 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}},
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ pandora.addFolderItem = function(section) {
|
|||
);
|
||||
}
|
||||
} else {
|
||||
data.query = isItems ? ui.find : ui.findDocuments;
|
||||
data.query = section == 'documents' ? ui.findDocuments : ui.find;
|
||||
}
|
||||
}
|
||||
if (ui.section == 'items' && section == 'edits') {
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Add a link
Reference in a new issue