Fossil SCM

Grammar fix in "Left-align my posts" /chat setting hint

wyoung 2024-02-11 10:27 trunk
Commit aca0be165988de570db165c9b9316f331875238299113c0e76f87f048edefb10
1 file changed +1 -1
--- src/fossil.page.chat.js
+++ src/fossil.page.chat.js
@@ -1686,11 +1686,11 @@
16861686
},{
16871687
label: "Appearance Options...",
16881688
children:[{
16891689
label: "Left-align my posts",
16901690
hint: "Default alignment of your own messages is selected "
1691
- + "based window width/height ratio.",
1691
+ + "based on the window width/height ratio.",
16921692
boolValue: ()=>!document.body.classList.contains('my-messages-right'),
16931693
callback: function f(){
16941694
document.body.classList[
16951695
this.checkbox.checked ? 'remove' : 'add'
16961696
]('my-messages-right');
16971697
--- src/fossil.page.chat.js
+++ src/fossil.page.chat.js
@@ -1686,11 +1686,11 @@
1686 },{
1687 label: "Appearance Options...",
1688 children:[{
1689 label: "Left-align my posts",
1690 hint: "Default alignment of your own messages is selected "
1691 + "based window width/height ratio.",
1692 boolValue: ()=>!document.body.classList.contains('my-messages-right'),
1693 callback: function f(){
1694 document.body.classList[
1695 this.checkbox.checked ? 'remove' : 'add'
1696 ]('my-messages-right');
1697
--- src/fossil.page.chat.js
+++ src/fossil.page.chat.js
@@ -1686,11 +1686,11 @@
1686 },{
1687 label: "Appearance Options...",
1688 children:[{
1689 label: "Left-align my posts",
1690 hint: "Default alignment of your own messages is selected "
1691 + "based on the window width/height ratio.",
1692 boolValue: ()=>!document.body.classList.contains('my-messages-right'),
1693 callback: function f(){
1694 document.body.classList[
1695 this.checkbox.checked ? 'remove' : 'add'
1696 ]('my-messages-right');
1697

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button