Skip to content

Commit

Permalink
Solution to #32
Browse files Browse the repository at this point in the history
Have removed the notOnSame property as it was unnecessary.
  • Loading branch information
danjford committed Dec 29, 2015
1 parent bda0868 commit 1bf66ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/lodestar-ractive.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.url ) ) { // Solution to issue #32

options.view.template = parser(document.getElementsByTagName('body')[0], options.view.template);

Expand Down

0 comments on commit 1bf66ea

Please sign in to comment.