diff options
Diffstat (limited to 'idrop-web/grails-app/views/home/link.gsp')
-rwxr-xr-x | idrop-web/grails-app/views/home/link.gsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idrop-web/grails-app/views/home/link.gsp b/idrop-web/grails-app/views/home/link.gsp index f1e7e87..d8bfef5 100755 --- a/idrop-web/grails-app/views/home/link.gsp +++ b/idrop-web/grails-app/views/home/link.gsp @@ -17,6 +17,6 @@ return false; } baseAbsPath = escape(baseAbsPath); - window.location.href = context + "/home/index?mode=path&absPath=" + baseAbsPath; + window.location.href = context + "/browse/index?mode=path&absPath=" + baseAbsPath; }); </script>
\ No newline at end of file |