aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading.reel/loading.html
diff options
context:
space:
mode:
authorJonathan Duran2012-06-20 15:04:45 -0700
committerJonathan Duran2012-06-20 15:04:45 -0700
commitc6ae80c488621d4ac189cb63309b6258115f823a (patch)
treedfa26112e1830972fcb212bbb5b17c9a901c645f /node_modules/montage/ui/loading.reel/loading.html
parent022e714cb5d10cd8575ab9907eddfb184a990b66 (diff)
parentc9852665eadc1acb9c1c881d207c4bd9ef88805f (diff)
downloadninja-c6ae80c488621d4ac189cb63309b6258115f823a.tar.gz
Merge branch 'refs/heads/NINJAmaster' into Timeline-merge-candidate
Diffstat (limited to 'node_modules/montage/ui/loading.reel/loading.html')
-rwxr-xr-xnode_modules/montage/ui/loading.reel/loading.html23
1 files changed, 11 insertions, 12 deletions
diff --git a/node_modules/montage/ui/loading.reel/loading.html b/node_modules/montage/ui/loading.reel/loading.html
index 00d3cab4..4eb5f00d 100755
--- a/node_modules/montage/ui/loading.reel/loading.html
+++ b/node_modules/montage/ui/loading.reel/loading.html
@@ -6,8 +6,8 @@
6 </copyright> --> 6 </copyright> -->
7<html> 7<html>
8<head> 8<head>
9 <title></title> 9 <meta charset="utf-8">
10 <link rel="stylesheet" type="text/css" href="loading.css"> 10 <link rel="stylesheet" href="loading.css">
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12{ 12{
13 "owner": { 13 "owner": {
@@ -20,16 +20,15 @@
20 } 20 }
21} 21}
22 </script> 22 </script>
23
24</head> 23</head>
25<body> 24<body>
26<div class="montage-loading" data-montage-id="loading"> 25 <div class="montage-loading" data-montage-id="loading">
27 <div class="section l0"></div> 26 <div class="section l0"></div>
28 <div class="section l1"></div> 27 <div class="section l1"></div>
29 <div class="section l2"></div> 28 <div class="section l2"></div>
30 <div class="section l3"></div> 29 <div class="section l3"></div>
31 <div class="section l4"></div> 30 <div class="section l4"></div>
32 <div class="section l5"></div> 31 <div class="section l5"></div>
33</div> 32 </div>
34</body> 33</body>
35</html> 34</html> \ No newline at end of file