Intro.js Fixes and better client side logging (#11480)

* fix intro.js button and border for username modal

* fix unhandled error and add better logging
This commit is contained in:
Matteo Pagliazzi
2019-10-27 13:11:40 +01:00
committed by GitHub
parent 5dc5b4ac92
commit 57b9dc374a
5 changed files with 36 additions and 3 deletions

View File

@@ -180,6 +180,7 @@ export default {
exitOnOverlayClick: false,
steps: opts.steps,
doneLabel: this.$t('letsgo'),
buttonClass: 'btn btn-small btn-primary',
});
intro.start();
intro.oncomplete(() => {