Skip to content
Snippets Groups Projects

Fix changelog formatting

Merged Nik | Klampfradler requested to merge fix-changelog-formatting into master
3 files
+ 19
19
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -131,7 +131,9 @@ export default {
},
},
mounted() {
this.$refs.contentIFrame.addEventListener("load", (e) => {this.load()});
this.$refs.contentIFrame.addEventListener("load", (e) => {
this.load();
});
this.iFrameSrc = "/django" + this.$route.path + this.queryString;
},
name: "LegacyBaseTemplate",
Loading