update 'Report issue' URL [filebrowser/filebrowser#477] (#22)
This commit is contained in:
parent
0377080da6
commit
208f21728f
|
@ -32,7 +32,7 @@ Vue.prototype.$showError = function (error) {
|
||||||
timeout: null,
|
timeout: null,
|
||||||
buttons: [
|
buttons: [
|
||||||
Noty.button(i18n.t('buttons.reportIssue'), '', function () {
|
Noty.button(i18n.t('buttons.reportIssue'), '', function () {
|
||||||
window.open('https://github.com/filebrowser/filebrowser/issues/new')
|
window.open('https://github.com/filebrowser/filebrowser/issues/new/choose')
|
||||||
}),
|
}),
|
||||||
Noty.button(i18n.t('buttons.close'), '', function () {
|
Noty.button(i18n.t('buttons.close'), '', function () {
|
||||||
n.close()
|
n.close()
|
||||||
|
|
Loading…
Reference in New Issue