1
0
mirror of /repos/Prototyper.git synced 2026-06-25 12:30:50 +02:00

#4 refactor frontend into something reusable

This commit is contained in:
Aiko Mastboom
2013-05-05 03:10:50 +02:00
parent 7170ba4d26
commit 6e9dcb07b3
+1 -1
View File
@@ -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);
}