v3.1
This commit is contained in:
@@ -182,7 +182,7 @@ document.addEventListener('DOMContentLoaded', async function () {
|
||||
.then(() => console.log('Alert window opened'))
|
||||
.catch(error => console.error('Error showing alert:', error)));
|
||||
|
||||
const button = document.getElementById('share_alert');
|
||||
const button = document.getElementById('share_file_alert');
|
||||
button.remove();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user