File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/web
opengrok-web/src/main/webapp/js Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ public String toHtml() {
112
112
SCRIPTS .put ("tablesorter-parsers" , new FileScript ("js/tablesorter-parsers-0.0.2.min.js" , 13 ));
113
113
SCRIPTS .put ("tablesorter-parsers" + DEBUG_SUFFIX , new FileScript ("js/tablesorter-parsers-0.0.2.js" , 13 ));
114
114
SCRIPTS .put ("searchable-option-list" , new FileScript ("js/searchable-option-list-2.0.7.min.js" , 14 ));
115
- SCRIPTS .put ("utils" , new FileScript ("js/utils-0.0.32 .min.js" , 15 ));
116
- SCRIPTS .put ("utils" + DEBUG_SUFFIX , new FileScript ("js/utils-0.0.32 .js" , 15 ));
115
+ SCRIPTS .put ("utils" , new FileScript ("js/utils-0.0.33 .min.js" , 15 ));
116
+ SCRIPTS .put ("utils" + DEBUG_SUFFIX , new FileScript ("js/utils-0.0.33 .js" , 15 ));
117
117
SCRIPTS .put ("repos" , new FileScript ("js/repos-0.0.2.min.js" , 20 ));
118
118
SCRIPTS .put ("repos" + DEBUG_SUFFIX , new FileScript ("js/repos-0.0.2.js" , 20 ));
119
119
SCRIPTS .put ("diff" , new FileScript ("js/diff-0.0.4.min.js" , 20 ));
Original file line number Diff line number Diff line change 208
208
}
209
209
210
210
if ( match ) {
211
- anchorOffset = $ ( match ) . offset ( ) . top - this . getFixedOffset ( ) ;
211
+ anchorOffset = $ ( match . nextElementSibling ) . offset ( ) . top - this . getFixedOffset ( ) ;
212
212
$ ( 'html, body' ) . animate ( { scrollTop : anchorOffset } ) ;
213
213
214
214
location . hash = href ;
You can’t perform that action at this time.
0 commit comments