Skip to content

Commit

Permalink
Fixes #92
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Apr 18, 2017
1 parent d52428e commit c57057e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebComponents/App/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ namespace Vidyano.WebComponents {
}));

Vidyano.Path.rescue(() => {
this.path = App.removeRootPath(Vidyano.Path.routes.current);
this.path = decodeURI(App.removeRootPath(Vidyano.Path.routes.current));
});

if (!this.noHistory) {
Expand Down

0 comments on commit c57057e

Please sign in to comment.