dashboard/js/main.js

4 lines
49 B
JavaScript
Raw Normal View History

$(function() {
console.log("I'm alive!");
});