diff --git a/examples/download.html b/examples/download.html index 6c670b7..941ec56 100644 --- a/examples/download.html +++ b/examples/download.html @@ -1,90 +1,158 @@ - - pCloud SDK: Examples / Download - - - - - -
- - - - - + + - + $("#listfiles").click(function() { + $("#files").html("Root folder"); + listfiles(0); + }); + +