From b5c0851f099758ec3b546fd5edb56387e948d718 Mon Sep 17 00:00:00 2001 From: danjford Date: Thu, 7 Jan 2016 09:51:07 +0000 Subject: [PATCH] feat: Removing notOnSame https://github.com/lodestarjs/lodestar-ractive/issues/32 --- src/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller.js b/src/controller.js index 05465c5..79850d7 100644 --- a/src/controller.js +++ b/src/controller.js @@ -44,7 +44,7 @@ export default function setupController( options ) { if ( isObject(options.view.template) && options.view.template.url ) { - if ( options.view.template.notOnSame && options.view.template.url === ( window.LodeVar.previousPath || options.view.template.url ) ) { + if ( options.view.template.url === ( window.LodeVar.previousPath || options.view.template.url ) ) { options.view.template = parser( document.getElementsByTagName('body')[0], options.view.template );