4,114
edits
No edit summary |
No edit summary |
||
Line 782: | Line 782: | ||
// Target the button based on its complex class structure | // Target the button based on its complex class structure | ||
$(".oo-ui-actionFieldLayout-button .oo-ui-buttonInputWidget").remove(); | $(".oo-ui-actionFieldLayout-button .oo-ui-buttonInputWidget").remove(); | ||
// Make header-box in Home clickable | |||
$('.head-box').click(function() { | |||
window.location.href = '/Main_Page'; // Redirects to the home page | |||
}); | |||
}); | }); |