remove keyboard shortcut tooltips > 9

This commit is contained in:
rolux 2015-04-15 18:56:18 +01:00
parent 1fb1e35bab
commit c7225757df

View file

@ -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,