summaryrefslogtreecommitdiffstats
path: root/public/js/draw.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/draw.js')
-rw-r--r--public/js/draw.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/public/js/draw.js b/public/js/draw.js
index fadb3330b3..fd99e1a73d 100644
--- a/public/js/draw.js
+++ b/public/js/draw.js
@@ -10,8 +10,4 @@ $(document).ready(function () {
})
gitGraph(document.getElementById('graph-canvas'), graphList);
-
- if ($("#rev-container")) {
- $("#rev-container").css("width", document.body.clientWidth - document.getElementById('graph-canvas').width);
- }
})