diff --git a/src/js/apps/discovery/router.js b/src/js/apps/discovery/router.js index e41147ef6..4202d29af 100644 --- a/src/js/apps/discovery/router.js +++ b/src/js/apps/discovery/router.js @@ -29,6 +29,8 @@ define([ execute: function(callback, args) { + console.log(Backbone.history); + if (_.isFunction(callback)) { callback.apply(this, args); } @@ -126,7 +128,7 @@ define([ ); } } else { - this.getPubSub().publish(this.getPubSub().NAVIGATE, 'index-page'); + this.getPubSub().publish(this.getPubSub().NAVIGATE, 'index-page', { replace: true }); } },