Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Sep 4, 2024
1 parent 6a18575 commit 1e99586
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ import 'bootstrap';
/**
* API Token visibility toggling
*/
$('.api-token').val();

$('.btn-show-api-token, .api-token').each(function() {
$(this).click(function (e) {
const parent = $(this).closest('.api-token-group');
Expand Down

0 comments on commit 1e99586

Please sign in to comment.