created the home button to go back to the main page when done with current pad, also tried to make a test

This commit is contained in:
harshil05133 2025-02-17 04:27:09 -05:00
parent 1e5b302a79
commit 60e19bc281
9 changed files with 69 additions and 0 deletions

View file

@ -387,6 +387,11 @@ exports.padeditbar = new class {
$('#myusernameedit').trigger('focus');
});
this.registerCommand('gohome', () => {
console.log('Go Home button clicked');
window.location.href = '/';
});
this.registerCommand('embed', () => {
this.setEmbedLinks();
this.toggleDropDown('embed');