brancher/under_construction/js/index.js
2020-03-18 15:07:20 -04:00

10 lines
192 B
JavaScript

$(document).ready(function() {
$("#nothing").on("click", function() {
setText();
});
});
function setText () {
$("#nothing-header").text("don't you have anything better to do?");
}