update 'Report issue' URL [filebrowser/filebrowser#477] (#22)

This commit is contained in:
1138-4EB 2018-08-02 12:12:53 +01:00 committed by Henrique Dias
parent 0377080da6
commit 208f21728f
1 changed files with 1 additions and 1 deletions

View File

@ -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()