Compare commits

..

No commits in common. "66f9a517690149991f3dab5999b7a75d0341ec60" and "a2ff9480cf14728d28f808ee54743f7b8b177fc6" have entirely different histories.

3 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<!--
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/pdf.js"></script>
<script src="/static/pdf.js/debugger.js"></script>
<script type="text/javascript">
var DEFAULT_URL = '{{url}}',
embeds = {{embeds|safe}},

View file

@ -48,7 +48,7 @@ pandora.addFolderItem = function(section) {
);
}
} else {
data.query = section == 'documents' ? ui.findDocuments : ui.find;
data.query = isItems ? ui.find : ui.findDocuments;
}
}
if (ui.section == 'items' && section == 'edits') {

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<!--
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/viewer.js"></script>
<link rel="stylesheet" type="text/css" href="/static/pdf.js/css/videopdf.css"/>