From 6e9dcb07b3f9d4ea4dafcc207d5b7250325c3a73 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Sun, 5 May 2013 03:10:50 +0200 Subject: [PATCH] #4 refactor frontend into something reusable --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index ad8a445..852a573 100644 --- a/public/index.html +++ b/public/index.html @@ -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); }