diff --git a/web/assets/js/buttons.js b/web/assets/js/buttons.js index e9fefbd..f28165c 100644 --- a/web/assets/js/buttons.js +++ b/web/assets/js/buttons.js @@ -69,8 +69,6 @@ export function setupButtons() { let address = location.protocol + "//" + location.host + "/" + data.id; if (data.suggestedSyntaxType) address += "." + data.suggestedSyntaxType; location.replace(address); - - // TODO: Find a solution to display the deletion token }); }); diff --git a/web/index.html b/web/index.html index 8e39a6e..c9ba842 100644 --- a/web/index.html +++ b/web/index.html @@ -5,7 +5,7 @@ pasty - +