1
0
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:
Aiko Mastboom 2013-05-05 03:10:50 +02:00
parent 7170ba4d26
commit 6e9dcb07b3

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);
}