WasteInformationServer/wwwroot/js/index.js

4 lines
65 B
JavaScript

$(document).ready(function() {
console.log("hey from js");
});