diff --git a/www/pad/main.js b/www/pad/main.js index 7e2e594f5..e2e400cf2 100644 --- a/www/pad/main.js +++ b/www/pad/main.js @@ -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(); // });