WIP on sharing prompt to ask about mounting new share

This commit is contained in:
nathangray
2020-10-20 16:47:26 -06:00
parent 7c9e1c98ec
commit 5bf4d4866f
9 changed files with 500 additions and 274 deletions

View File

@@ -334,7 +334,7 @@
et2.load(data.name,data.url,data.data);
if (typeof data.response != 'undefined')
{
var json_request = egw(window).json();
var json_request = egw(window).json("");
json_request.handleResponse({response: data.response});
}
});