mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
nextcloud storage working
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user