mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Reveal token input fields if blank
This commit is contained in:
parent
74b4e45915
commit
40e0db4f70
5 changed files with 31 additions and 10 deletions
|
@ -453,6 +453,7 @@
|
|||
}
|
||||
|
||||
getNotifiersTable();
|
||||
toggleRevealTokens();
|
||||
}
|
||||
|
||||
function deleteCallback() {
|
||||
|
@ -911,6 +912,8 @@
|
|||
};
|
||||
$(this).on('focus keyup input', function () { resizeTextarea(this); }).removeAttr('data-autoresize');
|
||||
});
|
||||
|
||||
toggleRevealTokens();
|
||||
</script>
|
||||
% else:
|
||||
<div class="modal-dialog" role="document">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue