Skip to content

Commit

Permalink
Fixed base
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankendall2 committed Jun 6, 2014
1 parent 26f6ef1 commit 9ff2fb6
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions App-debug.html
Expand Up @@ -3,28 +3,21 @@
<head>
<title>Mystery app</title>

<script type="text/javascript" src="https://rally1.rallydev.com/apps/2.0p/sdk-debug.js"></script>

<script type="text/javascript" src="https://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="https://code.highcharts.com/2.1.6/highcharts.js"></script>
<script type="text/javascript" src="https://raw.github.com/JoeKuan/Highcharts_ExtJs_4/master/Chart/ux/HighChart.js"></script>

<script type="text/javascript" src="https://raw.githubusercontent.com/lmaccherone/Lumenize/master/deploy/Lumenize-min.js"></script>

<script type="text/javascript" src="https://rally1.rallydev.com/apps/2.0rc3/sdk-debug.js"></script>

<script type="text/javascript">

Rally.onReady(function() {
Rally.loadScripts([
"App.js"
"js/App.js"
], function() {
Rally.launchApp('CustomApp', {
})
});
});
</script>

<link rel="stylesheet" type="text/css" href="app.css">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="stylesheets/app.css">
</head>
<body></body>
</html>

0 comments on commit 9ff2fb6

Please sign in to comment.