We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d72d51 commit 6962c18Copy full SHA for 6962c18
samples/mini-forms/app/views/main.scala.html
@@ -8,8 +8,8 @@
8
<link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/bootstrap.css")">
9
<link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/main.css")">
10
<link rel="shortcut icon" type="image/png" href="@routes.Assets.at("images/favicon.png")">
11
- <script src="http://code.jquery.com/jquery-latest.js"></script>
12
- <script type="text/javascript" src="http://jzaefferer.github.com/jquery-validation/jquery.validate.js"></script>
+ <script src="@routes.Assets.at("javascripts/jquery-latest.js/")"></script>
+ <script type="text/javascript" src="@routes.Assets.at("javascripts/jquery.validate.js")"></script>
13
</head>
14
<body>
15
0 commit comments