Compare commits
No commits in common. "66f9a517690149991f3dab5999b7a75d0341ec60" and "a2ff9480cf14728d28f808ee54743f7b8b177fc6" have entirely different histories.
66f9a51769
...
a2ff9480cf
3 changed files with 8 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--
|
<!--
|
||||||
Copyright 2012 Mozilla Foundation
|
Copyright 2012 Mozilla Foundation
|
||||||
|
|
||||||
|
|
@ -41,6 +41,9 @@ See https://github.com/adobe-type-tools/cmap-resources
|
||||||
<script src="/static/pdf.js/l10n.js"></script>
|
<script src="/static/pdf.js/l10n.js"></script>
|
||||||
<script src="/static/pdf.js/pdf.js"></script>
|
<script src="/static/pdf.js/pdf.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/static/pdf.js/debugger.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DEFAULT_URL = '{{url}}',
|
var DEFAULT_URL = '{{url}}',
|
||||||
embeds = {{embeds|safe}},
|
embeds = {{embeds|safe}},
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ pandora.addFolderItem = function(section) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
data.query = section == 'documents' ? ui.findDocuments : ui.find;
|
data.query = isItems ? ui.find : ui.findDocuments;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (ui.section == 'items' && section == 'edits') {
|
if (ui.section == 'items' && section == 'edits') {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--
|
<!--
|
||||||
Copyright 2012 Mozilla Foundation
|
Copyright 2012 Mozilla Foundation
|
||||||
|
|
||||||
|
|
@ -43,6 +43,8 @@ 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/embeds.js"></script>
|
||||||
<script src="/static/pdf.js/viewer.js"></script>
|
<script src="/static/pdf.js/viewer.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="/static/pdf.js/css/videopdf.css"/>
|
<link rel="stylesheet" type="text/css" href="/static/pdf.js/css/videopdf.css"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue