UI - Notifications - Tidyup - Hide the notification tokens but show with a button/link

This commit is contained in:
dgtlmoon
2023-09-14 14:16:08 +02:00
parent 7355ac8d21
commit d497db639e
3 changed files with 20 additions and 7 deletions

View File

@@ -32,5 +32,10 @@ $(document).ready(function () {
window.getSelection().removeAllRanges();
});
$("#notification-token-toggle").click(function (e) {
e.preventDefault();
$('#notification-tokens-info').toggle();
});
});