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:
@@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user