deleted some parts that remained from conflict
This commit is contained in:
parent
d425b542d9
commit
e4e4b14642
@ -174,8 +174,7 @@ $("#about").click(function(){
|
||||
|
||||
</script>
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
<!-- scaleable wrapper -->
|
||||
<!-- <script>
|
||||
var $el = $("#thesis");
|
||||
@ -211,7 +210,7 @@ size: {
|
||||
}
|
||||
doResize(null, starterData);
|
||||
</script> -->
|
||||
>>>>>>> f589ef5ab8aff787a3421ad0701fb57769be1f4c
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
1
wells/static/js/d3_map.js
vendored
1
wells/static/js/d3_map.js
vendored
@ -76,7 +76,6 @@ var divBio = d3.select("body").append("div").style("opacity", 1);
|
||||
|
||||
|
||||
|
||||
|
||||
force.on("tick", function() {
|
||||
link.attr("x1", function(d) { return d.source.x; })
|
||||
.attr("y1", function(d) { return d.source.y; })
|
||||
|
Loading…
Reference in New Issue
Block a user