Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Make sure the router always keep the / when navigating to root, other…
Browse files Browse the repository at this point in the history
…wise requests are sent to the upper folder.
  • Loading branch information
cdujeu committed Jun 14, 2014
1 parent 3acbd3c commit 04bc27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/js/ajaxplorer.js

Large diffs are not rendered by default.

Expand Up @@ -143,7 +143,7 @@ Class.create("Ajaxplorer", {
}
var navigate = function(repList, repId){
if(repId === false){
this.router.navigate("/");
this.router.navigate("/.");
}else{
var repositoryObject = repList.get(repId);
var slug = repositoryObject.getSlug();
Expand Down

0 comments on commit 04bc27c

Please sign in to comment.