Skip to content

Commit d6b10fe

Browse files
ahornaceVladimir Kotal
authored and
Vladimir Kotal
committed
Fix header overflow
1 parent 7d63a44 commit d6b10fe

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

opengrok-web/src/main/java/org/opengrok/web/Scripts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public String toHtml() {
114114
putFromWebJar("jquery-tablesorter", "jquery.tablesorter.min.js", 12);
115115
putjs("tablesorter-parsers", "js/tablesorter-parsers-0.0.3", 13, true);
116116
putjs("searchable-option-list", "js/searchable-option-list-2.0.15", 14, true);
117-
putjs("utils", "js/utils-0.0.42", 15, true);
117+
putjs("utils", "js/utils-0.0.43", 15, true);
118118
putjs("repos", "js/repos-0.0.3", 20, true);
119119
putjs("diff", "js/diff-0.0.5", 20, true);
120120
putjs("jquery-caret", "js/jquery.caret-1.5.2", 25);

opengrok-web/src/main/webapp/js/utils-0.0.42.js renamed to opengrok-web/src/main/webapp/js/utils-0.0.43.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,11 +1657,6 @@ function domReadyMast() {
16571657
const h = getParameter("h");
16581658
if (h && h !== "") {
16591659
window.location.hash = h;
1660-
} else {
1661-
$("#content").
1662-
attr("tabindex", 1).
1663-
focus().
1664-
css('outline', 'none');
16651660
}
16661661
}
16671662
if (document.annotate) {

0 commit comments

Comments
 (0)