aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index f8c0ce802..1a723db15 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1290,7 +1290,7 @@ function request(id, mid, verb, parent, uuid) {
if (verb === 'comment') {
if (singlethread_modules.indexOf(module) !== -1) {
- let stateObj = { uuid: uuid };
+ let stateObj = { b64mid: uuid };
history.pushState(stateObj, '', module + '/' + uuid);
}