mirror of
https://abf.rosa.ru/djam/newmoon.git
synced 2025-02-23 15:12:54 +00:00
11 lines
423 B
Diff
11 lines
423 B
Diff
--- a/palemoon/components/nsBrowserContentHandler.js 2021-04-24 00:07:36.000000000 +0300
|
|
+++ b/palemoon/components/nsBrowserContentHandler.js 2021-05-07 02:07:04.152579905 +0300
|
|
@@ -592,7 +592,7 @@
|
|
return overridePage + "|" + startPage;
|
|
}
|
|
|
|
- return overridePage || startPage || "about:logopage";
|
|
+ return overridePage || startPage || "file:///usr/share/doc/HTML/index.html";
|
|
},
|
|
|
|
get startPage() {
|