mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Stupid typo breaking yunopaste for service logs
This commit is contained in:
parent
71a21e2ba0
commit
7e03213957
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue