File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 579
579
580
580
} , 3000 ) ;
581
581
} ) ;
582
- setTimeout ( function ( ) {
583
- $ ( "code.language-r" ) . each ( function ( ) {
584
- $ ( this ) . children ( '.ln-num' ) . last ( ) . hide ( ) ;
585
- } ) ;
586
-
587
- $ ( "code.language-matlab" ) . each ( function ( ) {
588
- $ ( this ) . children ( '.ln-num' ) . last ( ) . hide ( ) ;
589
- } ) ;
590
- } , 1300 ) ;
582
+
591
583
592
584
}
593
585
db . menuMobile ( ) ;
@@ -602,5 +594,14 @@ document.addEventListener("DOMContentLoaded", (event) => {
602
594
setTimeout ( function ( ) {
603
595
hljsln . initLineNumbersOnLoad ( ) ;
604
596
} , 1000 ) ;
597
+ setTimeout ( function ( ) {
598
+ $ ( "code.language-r" ) . each ( function ( ) {
599
+ $ ( this ) . children ( '.ln-num' ) . last ( ) . hide ( ) ;
600
+ } ) ;
601
+
602
+ $ ( "code.language-matlab" ) . each ( function ( ) {
603
+ $ ( this ) . children ( '.ln-num' ) . last ( ) . hide ( ) ;
604
+ } ) ;
605
+ } , 1300 ) ;
605
606
} ) ;
606
607
} ) ;
You can’t perform that action at this time.
0 commit comments