diff --git a/src/app/Entries/newEntry.vue b/src/app/Entries/newEntry.vue index ee82b58..3dc1dad 100644 --- a/src/app/Entries/newEntry.vue +++ b/src/app/Entries/newEntry.vue @@ -59,7 +59,7 @@ http.entries.create(this.entry) .then(() => { $('#newEntryModal').modal('hide'); - logging.success(this.$t('entry.entry_created')); + location.reload(); }) .catch((err) => { logging.error(this.$t('entry.error_creation')); diff --git a/src/app/Index.vue b/src/app/Index.vue index b0334f1..900ab4c 100644 --- a/src/app/Index.vue +++ b/src/app/Index.vue @@ -1,8 +1,5 @@