diff --git a/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/js/functionCall.js b/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/js/functionCall.js deleted file mode 100644 index 41a71a73d2..0000000000 --- a/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/js/functionCall.js +++ /dev/null @@ -1,8 +0,0 @@ - -function greetWorld() { - alert("hello world") -} - -function salute(name) { - alert("hello: " + name) -} \ No newline at end of file diff --git a/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/functionCall.html b/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/functionCall.html index b3172a0c98..d21fb7cf27 100644 --- a/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/functionCall.html +++ b/spring-web-modules/spring-thymeleaf/src/main/webapp/WEB-INF/views/functionCall.html @@ -4,9 +4,16 @@