Fix bug where "content" hash argument was not being updated
This commit is contained in:
parent
0d5b7e9800
commit
a9d8d23197
|
@ -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('-','_')]();
|
||||
|
|
Loading…
Reference in New Issue