mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
#4 refactor frontend into something reusable
This commit is contained in:
parent
7170ba4d26
commit
6e9dcb07b3
@ -600,7 +600,7 @@ function initViewModel_main(app, vmName) {
|
||||
var attribute = viewModel._chosenAttribute();
|
||||
if (attribute) {
|
||||
var ext = viewModel._getExtensionForAttribute(attribute);
|
||||
var url = '/page' + getAttributeUrl(attribute) + ext + '#!watch';
|
||||
var url = '/page/' + getAttributeUrl(attribute) + ext + '#!watch';
|
||||
open_in_new_tab(url);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user