add a comment about why hashes are being stubbed
This commit is contained in:
@@ -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();
|
||||||
// });
|
// });
|
||||||
|
|||||||
Reference in New Issue
Block a user