add a comment about why hashes are being stubbed

pull/1/head
ansuz 9 years ago
parent ca94d30386
commit a0999d1d2b

@ -45,6 +45,11 @@ define([
}; };
var andThen = function (Ckeditor) { 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).on('hashchange', function() {
// window.location.reload(); // window.location.reload();
// }); // });

Loading…
Cancel
Save