From c7225757df07fae17b374a967b8505d20695f879 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 15 Apr 2015 18:56:18 +0100 Subject: [PATCH] remove keyboard shortcut tooltips > 9 --- source/UI/js/Video/AnnotationPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,