mirror of
https://github.com/Rushilwiz/crucialnet.git
synced 2025-04-03 19:30:16 -04:00
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
$(document).ready(function() {
|
|
$("#nothing").on("click", function() {
|
|
setText();
|
|
});
|
|
});
|
|
|
|
function setText () {
|
|
$("#nothing-header").text("don't you have anything better to do?");
|
|
} |