changeset 35605 | 45a816361926 |
parent 35566 | baca93a47992 |
child 35654 | 59c842a3d1e1 |
--- a/mercurial/templates/static/mercurial.js Wed Jan 10 19:36:45 2018 -0800 +++ b/mercurial/templates/static/mercurial.js Thu Jan 11 18:20:08 2018 +0800 @@ -25,7 +25,6 @@ function Graph() { this.canvas = document.getElementById('graph'); - if (window.G_vmlCanvasManager) this.canvas = window.G_vmlCanvasManager.initElement(this.canvas); this.ctx = this.canvas.getContext('2d'); this.ctx.strokeStyle = 'rgb(0, 0, 0)'; this.ctx.fillStyle = 'rgb(0, 0, 0)';