mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
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:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user