Merge pull request #4865 from yurydelendik/issue4854
Adds compatibility.js to the Firefox extension
This commit is contained in:
commit
ff0672e0fa
1
make.js
1
make.js
@ -630,6 +630,7 @@ target.firefox = function() {
|
|||||||
defines: defines,
|
defines: defines,
|
||||||
copy: [
|
copy: [
|
||||||
[COMMON_WEB_FILES, 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'],
|
['external/bcmaps/*', FIREFOX_BUILD_CONTENT_DIR + '/web/cmaps'],
|
||||||
[FIREFOX_EXTENSION_DIR + 'tools/l10n.js',
|
[FIREFOX_EXTENSION_DIR + 'tools/l10n.js',
|
||||||
FIREFOX_BUILD_CONTENT_DIR + '/web']
|
FIREFOX_BUILD_CONTENT_DIR + '/web']
|
||||||
|
@ -38,7 +38,7 @@ http://sourceforge.net/adobe/cmap/wiki/License/
|
|||||||
<link rel="resource" type="application/l10n" href="locale/locale.properties"/>
|
<link rel="resource" type="application/l10n" href="locale/locale.properties"/>
|
||||||
<!--#endif-->
|
<!--#endif-->
|
||||||
|
|
||||||
<!--#if !(FIREFOX || MOZCENTRAL || CHROME || MINIFIED)-->
|
<!--#if !(MOZCENTRAL || CHROME || MINIFIED)-->
|
||||||
<script src="compatibility.js"></script>
|
<script src="compatibility.js"></script>
|
||||||
<!--#endif-->
|
<!--#endif-->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user