summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/app.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app.vue b/src/client/app.vue
index 75036b01e8..d2880be59f 100644
--- a/src/client/app.vue
+++ b/src/client/app.vue
@@ -251,7 +251,7 @@ export default Vue.extend({
methods: {
back() {
- window.history.back();
+ if (this.canBack) window.history.back();
},
post() {
@@ -814,7 +814,7 @@ export default Vue.extend({
> [data-icon] {
width: ($header-height - ($avatar-margin * 2));
}
-
+
> [data-icon],
> .avatar {
margin-right: $avatar-margin;