From 1d4a97c220bfbd04a19b92b133dd914e716ebc91 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 24 Feb 2018 04:50:37 -0500 Subject: [PATCH] Fx60 compatibility: Remove versioned JavaScript --- chrome/content/zotero/integration/quickFormat.xul | 4 ++-- chrome/content/zotero/itemPane.xul | 2 +- chrome/content/zotero/preferences/preferences.xul | 2 +- chrome/content/zotero/preferences/preferences_advanced.xul | 2 +- chrome/content/zotero/preferences/preferences_cite.xul | 2 +- chrome/content/zotero/preferences/preferences_export.xul | 2 +- chrome/content/zotero/preferences/preferences_firefox.xul | 2 +- chrome/content/zotero/preferences/preferences_general.xul | 2 +- chrome/content/zotero/preferences/preferences_search.xul | 2 +- chrome/content/zotero/preferences/preferences_sync.xul | 2 +- chrome/content/zotero/test/test.xul | 2 +- chrome/content/zotero/zoteroPane.xul | 6 +++--- test/content/runtests.html | 4 ++-- test/content/runtests.js | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/chrome/content/zotero/integration/quickFormat.xul b/chrome/content/zotero/integration/quickFormat.xul index 3419f7bb8..d05cbd2f1 100644 --- a/chrome/content/zotero/integration/quickFormat.xul +++ b/chrome/content/zotero/integration/quickFormat.xul @@ -41,8 +41,8 @@ onunload="Zotero_QuickFormat.onUnload()"> - - - + + \ No newline at end of file diff --git a/test/content/runtests.js b/test/content/runtests.js index f41a91127..1ab3e5738 100644 --- a/test/content/runtests.js +++ b/test/content/runtests.js @@ -267,7 +267,7 @@ if(run && ZoteroUnit.tests) { for(var fname of testFiles) { var el = document.createElement("script"); - el.type = "application/javascript;version=1.8"; + el.type = "application/javascript"; el.src = "resource://zotero-unit-tests/"+fname; el.async = false; document.body.appendChild(el);