Skip to content

Commit e380edd

Browse files
javier-godoymlopezFC
authored andcommitted
fix: fix implementation of code-viewer __compare
1 parent c9d4e06 commit e380edd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/resources/META-INF/resources/frontend/code-viewer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,6 @@ pre[class*="language-"] {
354354
if (ai<bi) return -1;
355355
if (ai>bi) return +1;
356356
}
357-
if (aa.length<bb.length) return -1;
358-
if (aa.length>bb.length) return +1;
359357
return 0;
360358
}
361359

0 commit comments

Comments
 (0)