found one more place where mid arg was not being added to /display

This commit is contained in:
Mike Macgirvin 2022-10-27 23:13:40 -07:00
parent 846a2cd1dd
commit 7cf40d18db

View file

@ -53,7 +53,7 @@
return; return;
{{else}} {{else}}
{{if $module == 'display'}} {{if $module == 'display'}}
history.pushState(stateObj, '', 'display/' + b64mid); history.pushState(stateObj, '', 'display?mid=' + b64mid);
{{/if}} {{/if}}
{{if $module == 'hq'}} {{if $module == 'hq'}}