Stupid typo breaking yunopaste for service logs

This commit is contained in:
Alexandre Aubin 2020-09-02 17:51:18 +02:00
parent 71a21e2ba0
commit 7e03213957

View file

@ -108,7 +108,7 @@
url: 'https://paste.yunohost.org/documents', url: 'https://paste.yunohost.org/documents',
data: $("#logs").text(), data: $("#logs").text(),
}) })
.success(function(data, textStatus, jqXHR) { .done(function(data, textStatus, jqXHR) {
window.open('https://paste.yunohost.org/' + data.key, '_blank'); window.open('https://paste.yunohost.org/' + data.key, '_blank');
}) })
.fail(function() { .fail(function() {