Skip to content
Snippets Groups Projects
Commit 53ae5609 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

applied Ryan's patch for Bug 276007 - Folder list does not get updated when...

applied Ryan's patch for Bug 276007 - Folder list does not get updated when creating the first folder.
parent 7f0dc638
Branches
No related tags found
No related merge requests found
......@@ -49,6 +49,10 @@ FileList={
}
}
}
if(fileElements.length){
$(fileElements[pos]).after(element);
}else{
$('#fileList').append(element);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment