Skip to content

Commit

Permalink
feat: Removing notOnSame
Browse files Browse the repository at this point in the history
  • Loading branch information
danjford committed Jan 7, 2016
1 parent 4b7b9c0 commit b5c0851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

Expand Down

0 comments on commit b5c0851

Please sign in to comment.