diff --git a/source/UI/js/Video/AnnotationPanel.js b/source/UI/js/Video/AnnotationPanel.js index d02b48d3..74f4ddbe 100644 --- a/source/UI/js/Video/AnnotationPanel.js +++ b/source/UI/js/Video/AnnotationPanel.js @@ -342,7 +342,7 @@ Ox.AnnotationPanel = function(options, self) { highlight: self.options.highlight, id: layer.id, 'in': self.options['in'], - keyboard: index + 1 + '', + keyboard: index < 9 ? index + 1 + '' : '', out: self.options.out, position: self.options.position, range: self.options.range,