diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:42:44 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:42:44 -0700 |
commit | de268e73a613b963ea982f34ca7439d57694facd (patch) | |
tree | 346778a33ca7ec0bd14867c1f744c9b1a24f0b3e /util | |
parent | 5bebf3ed2cff5c460afe6f0d3df56f26f12ae240 (diff) |
Rethinking dictionary switching
Diffstat (limited to 'util')
-rw-r--r-- | util/tmpl/header.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/tmpl/header.html b/util/tmpl/header.html index 03504d79..cb9ec67c 100644 --- a/util/tmpl/header.html +++ b/util/tmpl/header.html @@ -6,6 +6,3 @@ <link rel="stylesheet" href="{{root}}/css/popup.css"> </head> <body> - <div class="dictionary"> - <a href="javascript:selectDict('edict');">単</a><a href="javascript:selectDict('enamdict')">名</a><a href="javascript:selectDict('kanjidic');">漢</a> - </div> |