Commit e2a3488
committed
SPARK-1135: fix broken anchors in docs
A recent PR that added Java vs Scala tabs for streaming also
inadvertently added some bad code to a document.ready handler, breaking
our other handler that manages scrolling to anchors correctly with the
floating top bar. As a result the section title ended up always being
hidden below the top bar. This removes the unnecessary JavaScript code.1 parent c852201 commit e2a3488
1 file changed
+1
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 1 | | |
25 | 2 | | |
26 | 3 | | |
| |||
97 | 74 | | |
98 | 75 | | |
99 | 76 | | |
100 | | - | |
| 77 | + | |
101 | 78 | | |
102 | 79 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | 80 | | |
0 commit comments