Scala-Play-Slick-Demo/public/javascripts/hello.js

3 lines
88 B
JavaScript
Raw Normal View History

2020-05-16 10:10:23 +00:00
if (window.console) {
console.log("Welcome to your Play application's JavaScript!");
}