Skip to content

Commit

Permalink
add 3 and 4 minute opts to auto track pref
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-horror committed Feb 22, 2013
1 parent 9464bf5 commit cee3949
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@
}),
value: 120000
});
freqs.addObject({
name: Em.String.i18n('user.auto_track_options.after_n_minutes', {
count: 3
}),
value: 180000
});
freqs.addObject({
name: Em.String.i18n('user.auto_track_options.after_n_minutes', {
count: 4
}),
value: 240000
});
freqs.addObject({
name: Em.String.i18n('user.auto_track_options.after_n_minutes', {
count: 5
Expand Down

0 comments on commit cee3949

Please sign in to comment.