pad

minimal etherpad alternative  https://pad.ce9e.org
git clone https://git.ce9e.org/pad.git

commit
b7741cb27a85127fbe1fdeca0ed6a0b208cdff4e
parent
562b29dc8b63034771b2490d3396be0107441841
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-10-15 15:48
Gardening

Diffstat

M static/pad.js 3 +--

1 files changed, 1 insertions, 2 deletions


diff --git a/static/pad.js b/static/pad.js

@@ -5,8 +5,7 @@ if (!location.hash) {
    5     5 	location.hash = utils.randomString(10);
    6     6 }
    7     7 
    8    -1 var room = 'pad/' + location.hash.slice(1);
    9    -1 var url = 'https://via.ce9e.org/hmsg/' + room;
   -1     8 var url = 'https://via.ce9e.org/hmsg/pad/' + location.hash.slice(1);
   10     9 var id = utils.randomString(6);
   11    10 
   12    11 var el = document.querySelector('textarea');