Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
0f1b229c
Commit
0f1b229c
authored
Feb 13, 2015
by
Son Nguyen
Browse files
Fix the template to use minified js. Bug 1384478
Change-Id: I96a2108cd9269acc8584c8dd994cc773a293cbc9
parent
b4d52458
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/artefact/file/blocktype/pdf/templates/pdf.tpl
View file @
0f1b229c
...
...
@@ -24,7 +24,7 @@
<link
rel=
"resource"
type=
"application/l10n"
href=
"js/pdfjs/web/locale/locale.properties"
/>
<script
type=
"application/javascript"
src=
"js/pdfjs/web/l10n.js"
></script>
<script
type=
"application/javascript"
src=
"js/pdfjs/build/pdf.js"
></script>
<script
type=
"application/javascript"
src=
"js/pdfjs/build/pdf.
min.
js"
></script>
<script
type=
"application/javascript"
src=
"js/pdfjs/web/debugger.js"
></script>
<script
type=
"application/javascript"
src=
"js/pdfjs/web/viewer.js"
></script>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment