mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
add a comment about why hashes are being stubbed
This commit is contained in:
parent
ca94d30386
commit
a0999d1d2b
@ -45,6 +45,11 @@ define([
|
||||
};
|
||||
|
||||
var andThen = function (Ckeditor) {
|
||||
/* This is turned off because we prefer that the channel name
|
||||
be chosen by the server, not generated by the client.
|
||||
|
||||
We still need a key, so we use genKey()
|
||||
*/
|
||||
// $(window).on('hashchange', function() {
|
||||
// window.location.reload();
|
||||
// });
|
||||
|
||||
Loading…
Reference in New Issue
Block a user