Skip to content

Commit 9eb4926

Browse files
committed
remove obsolete logo js
1 parent ed1f15d commit 9eb4926

File tree

1 file changed

+0
-7
lines changed
  • scaladoc/resources/dotty_res/scripts

1 file changed

+0
-7
lines changed

scaladoc/resources/dotty_res/scripts/ux.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ function attachAllListeners() {
128128
}
129129
}
130130

131-
var logo = document.getElementById("logo");
132-
if (logo) {
133-
logo.onclick = function () {
134-
window.location = pathToRoot; // global variable pathToRoot is created by the html renderer
135-
};
136-
}
137-
138131
hljs.registerLanguage("scala", highlightDotty);
139132
hljs.registerAliases(["dotty", "scala3"], "scala");
140133
hljs.initHighlighting();

0 commit comments

Comments
 (0)