From 208f21728f2fba6376a0de3451e4e978a0458c0c Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Thu, 2 Aug 2018 12:12:53 +0100 Subject: [PATCH] update 'Report issue' URL [filebrowser/filebrowser#477] (#22) --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index b0053253..339c7844 100644 --- a/src/main.js +++ b/src/main.js @@ -32,7 +32,7 @@ Vue.prototype.$showError = function (error) { timeout: null, buttons: [ 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 () { n.close()