mirror of
/repos/Prototyper.git
synced 2026-02-27 16:12:00 +01:00
#4 refactor frontend into something reusable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user