1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-09 23:34:06 +02:00

Fix JS error when hiding update notification

This commit is contained in:
chylex 2021-12-25 19:22:28 +01:00
parent 394cb80022
commit 32728fc20a
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -61,7 +61,6 @@ function displayNotification(version, changelog) {
const exitNow = function() {
ele.remove();
log.remove();
css.remove();
};
const exitSlide = function() {