From 77bac02fc032554f144f4bf3dd9ad0cd67c26672 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 16 Apr 2018 15:39:35 +0900 Subject: [PATCH] :v: --- src/client/app/common/views/components/connect-failed.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/app/common/views/components/connect-failed.vue b/src/client/app/common/views/components/connect-failed.vue index 96857c87a1..7329906f04 100644 --- a/src/client/app/common/views/components/connect-failed.vue +++ b/src/client/app/common/views/components/connect-failed.vue @@ -3,9 +3,9 @@

%i18n:@title%

- {{ '%i18n:!@description%'.substr(0, '%i18n:!@description%'.indexOf('{')) }} + {{ '%i18n:!@description%'.substr(0, '%i18n:!@description%'.indexOf('{')) }} {{ '%i18n:!@description%'.match(/\{(.+?)\}/)[1] }} - {{ '%i18n:!@description%'.substr('%i18n:!@description%'.indexOf('}') + 1) }} + {{ '%i18n:!@description%'.substr('%i18n:!@description%'.indexOf('}') + 1) }}

@@ -32,7 +32,7 @@ export default Vue.extend({ }, methods: { reload() { - location.reload(); + location.reload(true); } } });