Skip to content

Commit 7470afa

Browse files
emergieVladimir Kotal
authored andcommitted
removal of jQueryUI tooltip widget initialization (#1800)
fixes #1795
1 parent db9923e commit 7470afa

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/org/opensolaris/opengrok/web/Scripts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public String toHtml() {
125125
SCRIPTS.put("jquery-tablesorter", new FileScript("js/jquery-tablesorter-2.26.6.min.js", 12));
126126
SCRIPTS.put("tablesorter-parsers", new FileScript("js/tablesorter-parsers-0.0.1.js", 13));
127127
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));
129129
SCRIPTS.put("repos", new FileScript("js/repos-0.0.1.js", 20));
130130
SCRIPTS.put("diff", new FileScript("js/diff-0.0.2.js", 20));
131131
}

web/js/utils-0.0.15.js renamed to web/js/utils-0.0.16.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,10 +1565,6 @@ $(document).ready(function () {
15651565
*/
15661566
init_markdown_converter();
15671567

1568-
/**
1569-
* Display last modified date in search results on hover over the filename
1570-
*/
1571-
$('a.result-annotate').tooltip()
15721568
});
15731569

15741570
/**

0 commit comments

Comments
 (0)