Skip to content

Commit

Permalink
Added JQuery assets to CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinn committed Nov 27, 2011
1 parent 364cb87 commit 0143696
Show file tree
Hide file tree
Showing 3 changed files with 985 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/scala/net/interdoodle/hanuman/HanumanService.scala
Expand Up @@ -33,14 +33,13 @@ trait HanumanService extends BlueEyesServiceBuilder
private val staticContent = <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Hanuman Simulation</title>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<link rel="stylesheet" href={contentUrl + "stylesheet.css"} type="text/css" />
<link rel="stylesheet" type="text/css" href={contentUrl + "jquery-ui-1.8.16.css"} />
<link rel="stylesheet" type="text/css" href={contentUrl + "stylesheet.css"} />
<script type="text/javascript" src={contentUrl + "jquery-1.7.min.js"}></script>
<script type="text/javascript" src={contentUrl + "jquery-ui-1.8.16.min.js"}></script>
<script type="text/javascript" src={contentUrl + "index.js"}></script>
</head>
<body>
</body>
<body></body>
</html>
val versionMajor = 0
val versionMinor = 2
Expand Down

0 comments on commit 0143696

Please sign in to comment.