Fix pa code not being appended to search result items

This commit is contained in:
Björn Fromme
2018-11-07 17:02:58 +01:00
parent 1285da6236
commit 074572a8b7
2 changed files with 4 additions and 0 deletions
@@ -379,6 +379,7 @@ new Vue({
this.initTooltips();
this.initImageLazyLoading();
this.initFilterpanel();
this.appendPaCode();
});
});
EventBus.$on('tableLoaded', () => {