1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00

Change highlight.js theme

This commit is contained in:
Lukas SP
2020-09-11 18:02:44 +02:00
parent 6b4563c7c9
commit 1731fb8924
2 changed files with 1 additions and 3 deletions

View File

@@ -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
});
});