Skip to content

Commit 91a60b7

Browse files
committed
Reorder title elements
1 parent ecd17a2 commit 91a60b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/typedoc/theme/assets/js/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
function cleanTitle( el ) {
6161
var txt = cleanPath( el.innerHTML );
6262
if ( txt.indexOf( 'stdlib' ) === -1 ) {
63-
txt += ' | stdlib';
63+
txt = 'stdlib | ' + txt;
6464
}
6565
el.innerHTML = txt;
6666
}

0 commit comments

Comments
 (0)