price fetch bug
This commit is contained in:
@@ -145,7 +145,6 @@
|
|||||||
},
|
},
|
||||||
animation1: function () {
|
animation1: function () {
|
||||||
self = this
|
self = this
|
||||||
self.getPrice
|
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
self.connection.send('')
|
self.connection.send('')
|
||||||
@@ -280,6 +279,8 @@
|
|||||||
})
|
})
|
||||||
var animation1 = this.animation1
|
var animation1 = this.animation1
|
||||||
animation1()
|
animation1()
|
||||||
|
var getPrice = this.getPrice
|
||||||
|
getPrice()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user