Files
java-tutorials/spring-static-resources/src/main/webapp/js/foo.js
T

3 lines
44 B
JavaScript
Raw Normal View History

function testing() {
alert("Testing");
}