Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c864e20

Browse files
Fix Chinese characters which has been url-encoded by browser in selector.
1 parent a0f5987 commit c864e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
for (var i = 0, len = items.length; i < len; i++) {
173173
var item = items[i];
174174

175-
var className = item.href.replace(/.*#([\w\-]+)/, '1ドル');
175+
var className = decodeURIComponent(item.href.replace(/.*#([\w\-]+)/, '1ドル'));
176176

177177
var flag = item.classList.contains('showing') || !showings;
178178

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /