aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
diff options
context:
space:
mode:
authorJonathan Duran2012-06-15 02:26:56 -0700
committerJonathan Duran2012-06-15 02:26:56 -0700
commitb5b760ee82e5cc4da176914983a6002cbf86c11a (patch)
tree3813f82ba685380223cf474fa9d07897790012ff /js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
parent05f70776b84d1e97b8a79c65ef493d720cc42531 (diff)
downloadninja-b5b760ee82e5cc4da176914983a6002cbf86c11a.tar.gz
Remove obsolete absolute/relative options from timeline config menu
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
index 5c957619..9e2bacd5 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
@@ -34,8 +34,6 @@
34 "container_layers" : {"#" : "container-layers"}, 34 "container_layers" : {"#" : "container-layers"},
35 "container_tracks" : {"#" : "container-tracks"}, 35 "container_tracks" : {"#" : "container-tracks"},
36 "timeline_disabler" : {"#" : "timeline-disabler"}, 36 "timeline_disabler" : {"#" : "timeline-disabler"},
37 "checkable_relative" : {"#" : "checkable_relative"},
38 "checkable_absolute" : {"#" : "checkable_absolute"},
39 "checkable_animated" : {"#" : "checkable_animated"}, 37 "checkable_animated" : {"#" : "checkable_animated"},
40 "tl_configbutton" : {"#" : "tl-configbutton"} 38 "tl_configbutton" : {"#" : "tl-configbutton"}
41 } 39 }
@@ -179,9 +177,6 @@
179 <div class="layer-master">Master Layer 177 <div class="layer-master">Master Layer
180 <div class="tl-configbutton" data-montage-id="tl-configbutton"> 178 <div class="tl-configbutton" data-montage-id="tl-configbutton">
181 <div class="tl-dropdown"> 179 <div class="tl-dropdown">
182 <div class="checkable" data-montage-id="checkable_relative">Use relative positioning</div>
183 <div class="checkable checked" data-montage-id="checkable_absolute">Use absolute positioning</div>
184 <div class="nj-divider divider-horizontal"></div>
185 <div class="checkable" data-montage-id="checkable_animated">Show only animated layers</div> 180 <div class="checkable" data-montage-id="checkable_animated">Show only animated layers</div>
186 </div> 181 </div>
187 </div> 182 </div>