mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-26 05:44:24 +00:00
progress on docs, fixes in basic setup
This commit is contained in:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user