diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:38:29 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:38:29 -0700 |
commit | 5bebf3ed2cff5c460afe6f0d3df56f26f12ae240 (patch) | |
tree | b1e4d30eac7ca150fb1a0e38287b7b488869644f /util/tmpl/header.html | |
parent | 52a8e2207c70573abd1e47cc8d019ba9e592a9dd (diff) |
Revert "Support switching between edict and enamdict"
This reverts commit f079db0471424a873f22315c7911571d467e97ad.
Diffstat (limited to 'util/tmpl/header.html')
-rw-r--r-- | util/tmpl/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tmpl/header.html b/util/tmpl/header.html index b7577dd5..03504d79 100644 --- a/util/tmpl/header.html +++ b/util/tmpl/header.html @@ -7,5 +7,5 @@ </head> <body> <div class="dictionary"> - <a href="javascript:setActiveDict('edict');">単</a><a href="javascript:setActiveDict('enamdict')">名</a><a href="javascript:setActiveDict('kanjidic');">漢</a> + <a href="javascript:selectDict('edict');">単</a><a href="javascript:selectDict('enamdict')">名</a><a href="javascript:selectDict('kanjidic');">漢</a> </div> |