1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-31 13:34:21 +00:00

spell tooltip

This commit is contained in:
Maxime Moraine 2020-04-05 16:23:27 +02:00
parent 38931015db
commit f3643e6eaf
6 changed files with 99 additions and 3 deletions

View file

@ -21,7 +21,6 @@
for (let i = 0; i < parts.length; i++) {
let disabled = false
if (i == parts.length - 1) {
console.log(parts[i])
disabled = true
}
link += parts[i]