File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/org/opensolaris/opengrok/web Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public String toHtml() {
125
125
SCRIPTS .put ("jquery-tablesorter" , new FileScript ("js/jquery-tablesorter-2.26.6.min.js" , 12 ));
126
126
SCRIPTS .put ("tablesorter-parsers" , new FileScript ("js/tablesorter-parsers-0.0.1.js" , 13 ));
127
127
SCRIPTS .put ("searchable-option-list" , new FileScript ("js/searchable-option-list-2.0.4.min.js" , 14 ));
128
- SCRIPTS .put ("utils" , new FileScript ("js/utils-0.0.15 .js" , 15 ));
128
+ SCRIPTS .put ("utils" , new FileScript ("js/utils-0.0.16 .js" , 15 ));
129
129
SCRIPTS .put ("repos" , new FileScript ("js/repos-0.0.1.js" , 20 ));
130
130
SCRIPTS .put ("diff" , new FileScript ("js/diff-0.0.2.js" , 20 ));
131
131
}
Original file line number Diff line number Diff line change @@ -1565,10 +1565,6 @@ $(document).ready(function () {
1565
1565
*/
1566
1566
init_markdown_converter ( ) ;
1567
1567
1568
- /**
1569
- * Display last modified date in search results on hover over the filename
1570
- */
1571
- $ ( 'a.result-annotate' ) . tooltip ( )
1572
1568
} ) ;
1573
1569
1574
1570
/**
You can’t perform that action at this time.
0 commit comments