Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dtu-enote-pdfjs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
enote
dtu-enote-pdfjs
Commits
223adf46
Commit
223adf46
authored
9 years ago
by
Tim van der Meij
Committed by
GitHub
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #7481 from Snuffleupagus/firefox-addon-remove-compatibility
[Firefox addon] Remove compatibility.js
parents
bd562bb3
a69e862b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
make.js
+0
-1
0 additions, 1 deletion
make.js
web/viewer.html
+1
-1
1 addition, 1 deletion
web/viewer.html
with
1 addition
and
2 deletions
make.js
+
0
−
1
View file @
223adf46
...
...
@@ -694,7 +694,6 @@ target.firefox = function() {
[
BUILD_TARGETS
,
FIREFOX_BUILD_CONTENT_DIR
+
BUILD_DIR
],
[
BUILD_DIR
+
'
viewer.js
'
,
FIREFOX_BUILD_CONTENT_DIR
+
'
/web
'
],
[
COMMON_WEB_FILES
,
FIREFOX_BUILD_CONTENT_DIR
+
'
/web
'
],
[
'
web/compatibility.js
'
,
FIREFOX_BUILD_CONTENT_DIR
+
'
/web
'
],
[
'
external/bcmaps/*
'
,
FIREFOX_BUILD_CONTENT_DIR
+
'
/web/cmaps
'
],
[
FIREFOX_EXTENSION_DIR
+
'
tools/l10n.js
'
,
FIREFOX_BUILD_CONTENT_DIR
+
'
/web
'
]
...
...
This diff is collapsed.
Click to expand it.
web/viewer.html
+
1
−
1
View file @
223adf46
...
...
@@ -44,7 +44,7 @@ See https://github.com/adobe-type-tools/cmap-resources
<link
rel=
"resource"
type=
"application/l10n"
href=
"locale/locale.properties"
>
<!--#endif-->
<!--#if !(MOZCENTRAL || CHROME || MINIFIED)-->
<!--#if !(
FIREFOX ||
MOZCENTRAL || CHROME || MINIFIED)-->
<script
src=
"compatibility.js"
></script>
<!--#endif-->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment