Skip to content

Commit a15c495

Browse files
JacksonJacksonRG
Jackson
authored andcommitted
Changed 'tick_time' to 'ruler_time'
1 parent 123c004 commit a15c495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/timeline/js/directives/ruler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ App.directive("tlRuler", function ($timeout) {
171171
for (var i = start - (start % 50) ; i < end; i += 100) {
172172
/* create and format span */
173173
s = $('<span>');
174-
s.addClass("tick_time");
174+
s.addClass("ruler_time");
175175
s[0].style = "left: " + i + "px;";
176176

177177
/* Calculate Time */

src/timeline/media/css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ img {
5555
background-image: url(../images/ruler-tick.svg);
5656
background-position: -50px;
5757
}
58-
.tick_time {
58+
.ruler_time{
5959
color: white;
6060
top: 5px;
6161
font-size: 0.9em;

0 commit comments

Comments
 (0)