mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-11 10:35:33 +00:00
UI - Adding support-us widget <3 (#1956)
This commit is contained in:
@@ -44,4 +44,9 @@ $(document).ready(function () {
|
||||
}
|
||||
};
|
||||
|
||||
$('#heart-us').click(function () {
|
||||
$("#overlay").toggleClass('visible');
|
||||
heartpath.style.fill = document.getElementById("overlay").classList.contains("visible") ? '#ff0000' : 'var(--color-background)';
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user