Skip to content

Commit

Permalink
sync elements, search.js from gh-pages (#10)
Browse files Browse the repository at this point in the history
sync with gh-pages 1.2.0.4

this is a big boy merge,
adding the elements from ~800
extra kanji annotated by elements
in the gh-pages branch.

this json was taken from visiting the webpage, finding the search.js in the sources, and applying a lot of regexes
to make the formatting the same as the old search.js, and the diff clean.
  • Loading branch information
sschmidTU committed Nov 9, 2020
1 parent cf92e98 commit 4173b9f
Show file tree
Hide file tree
Showing 2 changed files with 1,621 additions and 1,522 deletions.
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class App {
query = query.toLowerCase(); // useful for mobile auto-correct. maybe check later if input like 'inX' is necessary

if (query === 'v' || query === 'version') {
console.log('wtk-search 1.0.2.7-offline-only.1.2.0.3');
console.log('wtk-search 1.2.0.4');
}

const rtkMode = this.isRtkMode(); // used multiple times
Expand Down
Loading

0 comments on commit 4173b9f

Please sign in to comment.