-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp-debug.html
33 lines (26 loc) · 1.1 KB
/
App-debug.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>BurnChartApp</title>
<script type="text/javascript" src="https://rally1.rallydev.com/apps/2.0p/sdk-debug.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="http://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.github.com/RallyApps/rally_analytics/master/lib/lumenize/deploy/lumenize.js"></script>
<script type="text/javascript">
Rally.onReady(function() {
Rally.loadScripts([
"js/burncalculator.js",
"js/BurnChartBuilder.js",
"js/App.js"
], function() {
Rally.launchApp('BurnChartApp', {
name: 'BurnChartApp'
})
});
});
</script>
<link rel="stylesheet" type="text/css" href="css/app.css">
</head>
<body></body>
</html>