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
|
@ -87,6 +87,7 @@
|
|||
}
|
||||
|
||||
getMobileDevicesTable();
|
||||
toggleRevealTokens();
|
||||
}
|
||||
|
||||
function deleteCallback() {
|
||||
|
@ -122,6 +123,8 @@
|
|||
$('#'+configToggle).val(0);
|
||||
}
|
||||
});
|
||||
|
||||
toggleRevealTokens();
|
||||
</script>
|
||||
% else:
|
||||
<div class="modal-dialog" role="document">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue