Skip to content

Commit b802fcc

Browse files
tulinkryvladak
authored andcommitted
Update utils-0.0.45.js
1 parent 587e986 commit b802fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opengrok-web/src/main/webapp/js/utils-0.0.45.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,12 +885,12 @@
885885
that.highlight(that.symbol, 5);
886886
}
887887
break;
888-
case 55: // 5
888+
case 55: // 7
889889
if (that.symbol && that.unhighlight(that.symbol).length === 0) {
890890
that.highlight(that.symbol, 6);
891891
}
892892
break;
893-
case 56: // 7
893+
case 56: // 8
894894
that.unhighlightAll();
895895
break;
896896
case 110: // n

0 commit comments

Comments
 (0)