Skip to content
Snippets Groups Projects
Commit 799e34ac authored by Brice Maron's avatar Brice Maron
Browse files

Add slash to app url if not set fix oc-1169

parent 393eefa5
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,8 @@ OC={
if(type){
link+= '/'+type+'/';
}
if(link.substring(link.length-1) != '/')
link+='/';
link+=file;
}else{
link+='/';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment