nextcloud storage working

This commit is contained in:
vabene1111
2019-11-14 17:38:31 +01:00
parent c8df93dd5f
commit 2e313f6be4
3 changed files with 14 additions and 32 deletions

View File

@@ -97,8 +97,8 @@
xhttp.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
window.open(this.responseText);
link.attr("href", this.responseText);
link.show();
//link.attr("href", this.responseText);
//link.show();
$('#div_loader').hide();
}