From d95f78610e8b8690eab276eeb17e5b65ab3bdd54 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Thu, 29 May 2014 11:50:16 -0500 Subject: [PATCH] Adds compatibility.js to the Firefox extension --- make.js | 1 + web/viewer.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/make.js b/make.js index 8392bdce9..a234017e1 100644 --- a/make.js +++ b/make.js @@ -630,6 +630,7 @@ target.firefox = function() { defines: defines, copy: [ [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'] diff --git a/web/viewer.html b/web/viewer.html index 00b303f9d..42911b05f 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -38,7 +38,7 @@ http://sourceforge.net/adobe/cmap/wiki/License/ - +