Fix onclick binding for currently_hacking

This commit is contained in:
Max Wofford
2025-05-08 20:33:17 -04:00
parent 594e1dce2a
commit e19bc4d8a8

View File

@@ -3,7 +3,7 @@ import "@hotwired/turbo-rails"
import "controllers"
function setupCurrentlyHacking() {
const header = document.querySelector('.currently-hacking-header');
const header = document.querySelector('.currently-hacking');
// only if no existing event listener
if (!header) { return }
header.onclick = function() {