From e88048b12cb8e9e4c7fe996bbef3ca3fcf938cdd Mon Sep 17 00:00:00 2001 From: Dan ford Date: Tue, 29 Dec 2015 01:02:41 +0100 Subject: [PATCH] Quickly testing https://github.com/lodestarjs/lodestar-ractive/issues/32 --- assets/js/lodestar-ractive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/lodestar-ractive.js b/assets/js/lodestar-ractive.js index 7c66bf6..a5f18c8 100644 --- a/assets/js/lodestar-ractive.js +++ b/assets/js/lodestar-ractive.js @@ -712,7 +712,7 @@ Published: Wed Dec 23 2015 00:40:31 GMT+0000 (GMT) */ if (isObject(options.view.template) && options.view.template.url) { - if ( options.view.template.url === (window.LodeVar.previousPath || options.view.template.url) ) { + if ( options.view.template.url !== window.LodeVar.previousPath ) { options.view.template = parser(document.getElementsByTagName('body')[0], options.view.template);