Skip to content
This repository was archived by the owner on Nov 22, 2021. It is now read-only.

Commit 54a3255

Browse files
committed
Edit icon
1 parent 5ca31b6 commit 54a3255

File tree

14 files changed

+4461
-523
lines changed

14 files changed

+4461
-523
lines changed

code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ Code.initLanguage = function () {
10161016
languageMenu.addEventListener('change', Code.changeLanguage, true);
10171017

10181018
// Inject language strings.
1019-
document.title += ' ' + MSG['title'];
1019+
document.title = MSG['title'];
10201020
};
10211021

10221022
/**

css/fonts/icomoon.eot

132 KB
Binary file not shown.

css/fonts/icomoon.svg

Lines changed: 1350 additions & 0 deletions
Loading

css/fonts/icomoon.ttf

132 KB
Binary file not shown.

css/fonts/icomoon.woff

132 KB
Binary file not shown.

0 commit comments

Comments
 (0)