From c6000cde4a8992732f4ee6621092fcdfb7ea0ec0 Mon Sep 17 00:00:00 2001 From: "YM@NII" Date: Tue, 2 Jul 2024 19:23:30 +0900 Subject: [PATCH] Ball of Yarn and Sewing needle --- demo/settings.json | 2 +- src/pad/static/js/hashview.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/settings.json b/demo/settings.json index d9fd1c9..651f51f 100644 --- a/demo/settings.json +++ b/demo/settings.json @@ -102,7 +102,7 @@ /* * Name your instance! */ - "title": "${TITLE:Etherpad}", + "title": "${TITLE:EP\ud83e\uddf6\ud83e\udea1}", /* Ball of Yarn and Sewing needle */ /* * Pathname of the favicon you want to use. If null, the skin's favicon is diff --git a/src/pad/static/js/hashview.ts b/src/pad/static/js/hashview.ts index a7e8e00..7baebd0 100644 --- a/src/pad/static/js/hashview.ts +++ b/src/pad/static/js/hashview.ts @@ -35,7 +35,7 @@ const MAX_OPEN_DUPLICATED_PADS = 3; const LIMIT_HASH_VIEW_ITEMS = 60; function updateTitle(title: string) { - document.title = `${title} | Etherpad`; + document.title = `${title} | EP\u{1F9F6}\u{1FAA1}`; refreshNavbar($("#hashview-navbar"), title); }