From f0db826b72fdc4a002e7a4c5ccd2fad1c6753cc3 Mon Sep 17 00:00:00 2001
From: windingwind <33902321+windingwind@users.noreply.github.com>
Date: Sun, 10 Mar 2024 14:57:38 +0800
Subject: [PATCH] Fix update.xhtml style on Windows (#3824)
---
chrome/content/zotero/update/update-header.js | 2 +-
chrome/content/zotero/update/updates.xhtml | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/chrome/content/zotero/update/update-header.js b/chrome/content/zotero/update/update-header.js
index 5c55d9275a..0082d32977 100644
--- a/chrome/content/zotero/update/update-header.js
+++ b/chrome/content/zotero/update/update-header.js
@@ -5,7 +5,7 @@
"use strict";
{
- Services.scriptloader.loadSubScript("chrome://zotero/content/elements/base.js", this);
+ Services.scriptloader.loadSubScript("chrome://zotero/content/customElements.js", this);
const XULElementBaseMixin = MozElements.MozElementMixin(XULElementBase);
class UpdateHeader extends XULElementBaseMixin {
diff --git a/chrome/content/zotero/update/updates.xhtml b/chrome/content/zotero/update/updates.xhtml
index c8a0474df9..2f0e8a861c 100644
--- a/chrome/content/zotero/update/updates.xhtml
+++ b/chrome/content/zotero/update/updates.xhtml
@@ -5,6 +5,7 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
-
-
-
+