update prices

This commit is contained in:
2020-08-28 00:44:08 +02:00
parent 2ff18cebb1
commit f837d85be8
3 changed files with 21 additions and 11 deletions

View File

@@ -139,6 +139,11 @@ Viewer.prototype.setFile = function(file) {
}
this.viewerScript.render(this.divFilepreview)
// let ws = new WebSocket("ws://127.0.0.1:8080/api/file/"+file.id+"/stats")
// ws.onmessage = (msg) => {
// console.log(msg)
// }
}
Viewer.prototype.renderSponsors = function() {