diff --git a/nodejs/views/profile.ejs b/nodejs/views/profile.ejs index 25a6c8a..1fdf4ee 100644 --- a/nodejs/views/profile.ejs +++ b/nodejs/views/profile.ejs @@ -220,9 +220,6 @@ if(isOwnProfile){ $('#own-api-tokens-section').show(); tableAJAX(); - $('form[action="api-token/"]').attr('evalAJAX', - 'showSecret(data.token); tableAJAX(); $form.trigger("reset");' - ); } }); @@ -545,83 +542,35 @@ - -