From a0999d1d2b60a4cb8e13bcec4b403878d806c8b3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 12 Apr 2016 15:36:03 +0200 Subject: [PATCH] add a comment about why hashes are being stubbed --- www/pad/main.js | 5 +++++ 1 file changed, 5 insertions(+) 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(); // });