Skip to content

Commit 3ddfeca

Browse files
Filip Łukasikpikinier20
authored andcommitted
add search icon
1 parent e445f6c commit 3ddfeca

File tree

16 files changed

+100
-6
lines changed

16 files changed

+100
-6
lines changed

scaladoc-js/main/src/versions-dropdown/DropdownHandler.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ end DropdownHandler
6868

6969
@JSExportTopLevel("dropdownHandler")
7070
def dropdownHandler() =
71+
console.log("ddc", document.getElementById("version-dropdown"))
7172
if document.getElementById("version-dropdown").getElementsByTagName("a").size > 0 &&
7273
window.getSelection.toString.length == 0 then
7374
document.getElementById("version-dropdown").classList.toggle("show")
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)