aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Style.reel
diff options
context:
space:
mode:
authorJon Reid2012-04-27 15:07:31 -0700
committerJon Reid2012-04-27 15:07:31 -0700
commitb3bc7a02218ff0c2eacde5d68d76c47574e534bc (patch)
treecc49df14453a8522cbf01f6f741d6bdf7c9e392b /js/panels/Timeline/Style.reel
parentc8fac64d4ad8ac18744a17a5e0f0d17204355fd6 (diff)
downloadninja-b3bc7a02218ff0c2eacde5d68d76c47574e534bc.tar.gz
Timeline: Replace id with data-montage-id in all reels.
Diffstat (limited to 'js/panels/Timeline/Style.reel')
-rw-r--r--js/panels/Timeline/Style.reel/Style.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/panels/Timeline/Style.reel/Style.html b/js/panels/Timeline/Style.reel/Style.html
index 9fb098de..5be159c3 100644
--- a/js/panels/Timeline/Style.reel/Style.html
+++ b/js/panels/Timeline/Style.reel/Style.html
@@ -65,23 +65,23 @@
65 </script> 65 </script>
66 </head> 66 </head>
67 <body> 67 <body>
68 <div id="style-container"> 68 <div data-montage-id="style-container">
69 <div class="style-padding"> 69 <div class="style-padding">
70 <div class="row-hintable hidden"> 70 <div class="row-hintable hidden">
71 <div id="style-hintable"></div> 71 <div data-montage-id="style-hintable"></div>
72 </div> 72 </div>
73 <div class="container-propvals hidden"> 73 <div class="container-propvals hidden">
74 <div class="cell-property"> 74 <div class="cell-property">
75 <div id="container-property">property</div> 75 <div data-montage-id="container-property">property</div>
76 </div> 76 </div>
77 <div class="cell-value value-editor editor-hottext hidden"> 77 <div class="cell-value value-editor editor-hottext hidden">
78 <div id="value-editor-hottext"></div> 78 <div data-montage-id="value-editor-hottext"></div>
79 </div> 79 </div>
80 <div class="cell-value value-editor editor-color hidden"> 80 <div class="cell-value value-editor editor-color hidden">
81 <div id="value-editor-color">[&nbsp;]</div> 81 <div data-montage-id="value-editor-color">[&nbsp;]</div>
82 </div> 82 </div>
83 <div class="cell-value value-editor editor-input hidden"> 83 <div class="cell-value value-editor editor-input hidden">
84 <!-- <div id="value-editor-input"></div> --> 84 <!-- <div data-montage-id="value-editor-input"></div> -->
85 <input type="text" class="nj-skinned" value="" /> 85 <input type="text" class="nj-skinned" value="" />
86 </div> 86 </div>
87 </div> 87 </div>