mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Sync Pale Moon code
This commit is contained in:
parent
bb751d3fc3
commit
a5f9344426
15 changed files with 108 additions and 16 deletions
|
|
@ -1213,7 +1213,7 @@ BrowserGlue.prototype = {
|
|||
},
|
||||
|
||||
_migrateUI: function BG__migrateUI() {
|
||||
const UI_VERSION = 14;
|
||||
const UI_VERSION = 15;
|
||||
const BROWSER_DOCURL = "chrome://browser/content/browser.xul#";
|
||||
let currentUIVersion = 0;
|
||||
try {
|
||||
|
|
@ -1395,7 +1395,7 @@ BrowserGlue.prototype = {
|
|||
}
|
||||
}
|
||||
|
||||
if (currentUIVersion < 14) {
|
||||
if (currentUIVersion < 16) {
|
||||
// Migrate Sync from pmsync.palemoon.net to pmsync.palemoon.org
|
||||
try {
|
||||
let syncURL = Services.prefs.getCharPref("services.sync.clusterURL");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue