biblio_theorie.md
... ...
@@ -2,8 +2,6 @@
2 2
title: Bibliographie - Théorie et Pensées
3 3
---
4 4
5
-<script src="/javascript.js" language="JavaScript"></script>
6
-
7 5
<div class="tooltipPin">Version Mobile - Lorsque &#9749; apparait, vous pouvez cliquer sur le titre/texte et accéder à des commentaires anonymes.</div>
8 6
9 7
<p align="left" style="margin-bottom: 1em; z-index: 1;">
... ...
@@ -155,3 +153,6 @@ Précisions sur les théories et les pensées qui inspirent et façonnent notre
155 153
<h2 style="text-align: left; Border-bottom: none;">Transhumanisme</h2>
156 154
157 155
- Gillis, William, "[What is Anarcho-Transhumanism](http://humaniterations.net/2012/01/06/what-is-anarcho-transhumanism/)", *Human Iteration
156
+
157
+
158
+<script src="/javascript.js" language="JavaScript"></script>
custom.js
... ...
@@ -17,12 +17,10 @@ y_img_ele = 0;
17 17
}
18 18
19 19
20
- $(document).ready(
21 20
22 21
document.getElementById('zoomout').addEventListener('click', zoom(0.5));
23 22
document.getElementById('zoomin').addEventListener('click', zoom(1.5));
24 23
25
- );
26 24
27 25
function start_drag() {
28 26
img_ele = this;
... ...
@@ -46,10 +44,7 @@ y_img_ele = 0;
46 44
}
47 45
}
48 46
49
- $(document).ready(
50 47
51 48
document.getElementById('drag-img').addEventListener('mousedown', start_drag);
52 49
document.getElementById('container').addEventListener('mousemove', while_drag);
53 50
document.getElementById('container').addEventListener('mouseup', stop_drag);
54
-
55
- );
... ...
\ No newline at end of file