Commit f3b34e7
committed
Fix console log scroll pinning
There appears to be no id="header" element in these pages. In old JQuery this returned null, and was treated as 0, however it returns undefined in
modern JQuery which makes the calculation evaluation to NaN, breaking the functionality.1 parent 4608031 commit f3b34e7
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- server/src/main/webapp/WEB-INF/rails/app/assets/javascripts
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments