Update index.html

This commit is contained in:
Lauchmelder 2021-01-03 13:52:33 +01:00 committed by GitHub
parent 082086fb2a
commit 89ca065fab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@
var hex = kanji.charCodeAt(0).toString(16);
$.loadSVG(hex).then( response => {
var allParts = $("svg > g > g > g[kvg\\:element]");
var allParts = $("svg > g > g g[kvg\\:element]");
allParts.on({
mouseenter: function () {
@ -101,4 +101,4 @@
</script>
</body>
</html>
</html>