progress on docs, fixes in basic setup

This commit is contained in:
2023-09-18 15:14:09 +02:00
parent 9a4d38be31
commit 130831f050
15 changed files with 143 additions and 108 deletions

View File

@@ -53,7 +53,7 @@
source.close();
}, 500 );
setTimeout( () => {
$( 'manual-download' ).slideDown( 500 );
$( '#manual-download' ).slideDown( 500 );
}, 2000 );
} else if ( e.data === 'paymentOk' ) {
self.$refs.notification.createNotification( 'Your payment has been marked as completed!', 5, 'ok', 'normal' );