removed function for testing purposes
parent
5792e82813
commit
2a6a590891
|
|
@ -1,13 +1,14 @@
|
||||||
export class DsaActor extends Actor {
|
export class DsaActor extends Actor {
|
||||||
|
|
||||||
import() {
|
/*import() {
|
||||||
let input = document.createElement('input')
|
let input = document.createElement('input')
|
||||||
input.type = 'file'
|
input.type = 'file'
|
||||||
input.accept = '.xml'
|
input.accept = '.xml'
|
||||||
input.onchange = e => {
|
input.onchange = e => {
|
||||||
importCharacter(this.id, e.target.files[0])
|
importCharacter(this.id, e.target.files[0])
|
||||||
|
document.removeChild(input)
|
||||||
}
|
}
|
||||||
input.click()
|
input.click()
|
||||||
}
|
}*/
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue