Skip to content

Commit 6962c18

Browse files
committed
mini-forms now works offline
1 parent 9d72d51 commit 6962c18

File tree

3 files changed

+10656
-2
lines changed

3 files changed

+10656
-2
lines changed

samples/mini-forms/app/views/main.scala.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/bootstrap.css")">
99
<link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/main.css")">
1010
<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>
11+
<script src="@routes.Assets.at("javascripts/jquery-latest.js/")"></script>
12+
<script type="text/javascript" src="@routes.Assets.at("javascripts/jquery.validate.js")"></script>
1313
</head>
1414
<body>
1515

0 commit comments

Comments
 (0)