File tree 2 files changed +1
-8
lines changed
2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ <h1>Clippy Lints</h1> {# #}
150
150
< h2 class ="panel-title "> {# #}
151
151
< div class ="panel-title-name " id ="lint-{{lint.id}} "> {# #}
152
152
< span > {{lint.id}}</ span > {#+ #}
153
- < a href ="#{{lint.id}} " class ="anchor label label-default " onclick =" openLint(event) " > ¶</ a > {#+ #}
153
+ < a href ="#{{lint.id}} " class ="anchor label label-default "> ¶</ a > {#+ #}
154
154
< a href ="" class ="anchor label label-default " onclick ="copyToClipboard(event) "> {# #}
155
155
📋 {# #}
156
156
</ a > {# #}
Original file line number Diff line number Diff line change @@ -151,13 +151,6 @@ function expandLint(lintId) {
151
151
highlightIfNeeded ( lintId ) ;
152
152
}
153
153
154
- // Show details for one lint
155
- function openLint ( event ) {
156
- event . preventDefault ( ) ;
157
- event . stopPropagation ( ) ;
158
- expandLint ( event . target . getAttribute ( "href" ) . slice ( 1 ) ) ;
159
- }
160
-
161
154
function copyToClipboard ( event ) {
162
155
event . preventDefault ( ) ;
163
156
event . stopPropagation ( ) ;
You can’t perform that action at this time.
0 commit comments