We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9302c9 commit dc8e480Copy full SHA for dc8e480
static/dashboard.js
@@ -351,14 +351,6 @@ document.addEventListener('DOMContentLoaded', function() {
351
console.error('Create forwarder form not found');
352
}
353
354
- // Dice button for random alias
355
- const randomBtn = document.getElementById('randomAliasBtn');
356
- const aliasInput = document.getElementById('alias');
357
- if (randomBtn && aliasInput) {
358
- randomBtn.addEventListener('click', function() {
359
- aliasInput.value = generateRandomAlias();
360
- });
361
- }
362
});
363
364
// Utility function to escape HTML (prevent XSS)
0 commit comments