From 41ec51f8d47e2225a973c5b768cfbb2d15f63928 Mon Sep 17 00:00:00 2001 From: Ruffin Bailey Date: Mon, 5 Sep 2022 23:23:30 -0400 Subject: [PATCH] Debug download.html example. --- examples/download.html | 228 ++++++++++++++++++++++++++--------------- 1 file changed, 148 insertions(+), 80 deletions(-) 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); + }); + +