Fix bug where "content" hash argument was not being updated

This commit is contained in:
Bofh 2022-12-17 00:33:30 +01:00
parent 0d5b7e9800
commit a9d8d23197
1 changed files with 1 additions and 2 deletions

View File

@ -502,7 +502,6 @@ window.view.instance = {
return window.view.instance.show_config();
default:
_empty_content();
if (hargs.content === undefined)
set_hash_argument('content', content, false);
return window.view.instance
.load[content.replaceAll('-','_')]();