price fetch bug

This commit is contained in:
Ben Arc 2021-04-20 13:51:07 +01:00
parent 9b1430a119
commit 959e717da6

View file

@ -145,7 +145,6 @@
},
animation1: function () {
self = this
self.getPrice
setTimeout(function () {
setInterval(function () {
self.connection.send('')
@ -280,6 +279,8 @@
})
var animation1 = this.animation1
animation1()
var getPrice = this.getPrice
getPrice()
}
})
</script>